diff options
author | anholt <anholt@FreeBSD.org> | 2004-07-26 18:32:46 +0000 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-07-26 18:32:46 +0000 |
commit | c1a55a72b26387ce60dd4ddb4e730274fd7c6bae (patch) | |
tree | eac6d0f38f7c6168c591aad060c97093061fde84 /x11/libXrandr | |
parent | 861571100c50f8b4fe7d5ac1a68e968e3e31ec18 (diff) | |
download | FreeBSD-ports-c1a55a72b26387ce60dd4ddb4e730274fd7c6bae.zip FreeBSD-ports-c1a55a72b26387ce60dd4ddb4e730274fd7c6bae.tar.gz |
Register missing CONFLICTS, mostly on xorg-libraries-*
Reported by: Kent Stewart <kstewart@owt.com>
Diffstat (limited to 'x11/libXrandr')
-rw-r--r-- | x11/libXrandr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index cfdee67..d52cfd2 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/randr.pc:${PORTSDIR}/x11/randrext \ ${LIB_PC_DEPENDS} RUN_DEPENDS= ${LIB_PC_DEPENDS} -CONFLICTS= XFree86-libraries-* +CONFLICTS= XFree86-libraries-* xorg-libraries-* USE_BZIP2= yes PREFIX?= ${X11BASE} |