diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-24 18:28:26 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-24 18:28:26 +0000 |
commit | 1d27d56c878dee03079e4980f5929d000008b503 (patch) | |
tree | 762441d6b0a079fa4cabc45bccf1d31ebf31cc7f /x11/libXres | |
parent | b245cd978b06e5d1fda892785d406ca9c7732aef (diff) | |
download | FreeBSD-ports-1d27d56c878dee03079e4980f5929d000008b503.zip FreeBSD-ports-1d27d56c878dee03079e4980f5929d000008b503.tar.gz |
Declare CONFLICTS between freedesktop.org X extension/library ports and
XFree86-libraries.
Diffstat (limited to 'x11/libXres')
-rw-r--r-- | x11/libXres/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/libXres/Makefile b/x11/libXres/Makefile index d1de784..1ee80fa 100644 --- a/x11/libXres/Makefile +++ b/x11/libXres/Makefile @@ -22,6 +22,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/resourceext.pc:${PORTSDIR}/x11/resou ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes |