diff options
author | anholt <anholt@FreeBSD.org> | 2004-07-27 02:32:46 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-07-27 02:32:46 +0800 |
commit | c1a55a72b26387ce60dd4ddb4e730274fd7c6bae (patch) | |
tree | eac6d0f38f7c6168c591aad060c97093061fde84 /x11/libXrandr | |
parent | 861571100c50f8b4fe7d5ac1a68e968e3e31ec18 (diff) | |
download | freebsd-ports-gnome-c1a55a72b26387ce60dd4ddb4e730274fd7c6bae.tar.gz freebsd-ports-gnome-c1a55a72b26387ce60dd4ddb4e730274fd7c6bae.tar.zst freebsd-ports-gnome-c1a55a72b26387ce60dd4ddb4e730274fd7c6bae.zip |
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 cfdee6702ee7..d52cfd2bb535 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} |