diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-01 01:18:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-01 01:18:29 +0800 |
commit | 22211e08e814404d4cfe06933f5a545977aa319b (patch) | |
tree | 28b73bbacbe18041d968a8210fc11e49cac6793f /x11 | |
parent | 6c617f8734602246f8060c488636d996a7132188 (diff) | |
download | freebsd-ports-gnome-22211e08e814404d4cfe06933f5a545977aa319b.tar.gz freebsd-ports-gnome-22211e08e814404d4cfe06933f5a545977aa319b.tar.zst freebsd-ports-gnome-22211e08e814404d4cfe06933f5a545977aa319b.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 |