diff options
author | lofi <lofi@FreeBSD.org> | 2004-03-28 12:46:25 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2004-03-28 12:46:25 +0000 |
commit | c40cd31cc056cff4c8aa8765e59cca256a4b3236 (patch) | |
tree | 965ba02489e4aff1ee9531129382549e36c18a5b /x11-toolkits/libXt | |
parent | f63d3fe98675e7f66fa4dd358ad8bc9aec83a273 (diff) | |
download | FreeBSD-ports-c40cd31cc056cff4c8aa8765e59cca256a4b3236.zip FreeBSD-ports-c40cd31cc056cff4c8aa8765e59cca256a4b3236.tar.gz |
Declare CONFLICTS between libXt and XFree86-4-libraries
Diffstat (limited to 'x11-toolkits/libXt')
-rw-r--r-- | x11-toolkits/libXt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/libXt/Makefile b/x11-toolkits/libXt/Makefile index 6a9d681..e357767 100644 --- a/x11-toolkits/libXt/Makefile +++ b/x11-toolkits/libXt/Makefile @@ -20,6 +20,8 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} +CONFLICTS= XFree86-libraries-* + USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes |