diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-01 01:18:29 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-04-01 01:18:29 +0800 |
commit | c358fad57fc8f6ba5107b32d28c76ebbb9237bd8 (patch) | |
tree | abf5711261223cd5c095ce3746a688bf9b49b983 /x11 | |
parent | cc71f91b54d0e2bfe181375415c56ca45f8969df (diff) | |
download | freebsd-ports-gnome-c358fad57fc8f6ba5107b32d28c76ebbb9237bd8.tar.gz freebsd-ports-gnome-c358fad57fc8f6ba5107b32d28c76ebbb9237bd8.tar.zst freebsd-ports-gnome-c358fad57fc8f6ba5107b32d28c76ebbb9237bd8.zip |
xli and xloadimage both installs bin/xsetbg
mark them as CONFLICTS_INSTALL
mark x11-themes/sapphire-themes as BROKEN because it depends on both xli and xloadimage
Reported by: pointyhat(pkgng exp-run)
Feature safe: yes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xloadimage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xloadimage/Makefile b/x11/xloadimage/Makefile index 5cffeb72ba92..55b43f9a3909 100644 --- a/x11/xloadimage/Makefile +++ b/x11/xloadimage/Makefile @@ -21,6 +21,8 @@ COMMENT= X11 Image Loading Utility LICENCE= MIT +CONFLICTS_INSTALL= xli-* + LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ png.6:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff |