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-themes | |
parent | 6c617f8734602246f8060c488636d996a7132188 (diff) | |
download | freebsd-ports-graphics-22211e08e814404d4cfe06933f5a545977aa319b.tar.gz freebsd-ports-graphics-22211e08e814404d4cfe06933f5a545977aa319b.tar.zst freebsd-ports-graphics-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-themes')
-rw-r--r-- | x11-themes/sapphire-themes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-themes/sapphire-themes/Makefile b/x11-themes/sapphire-themes/Makefile index cda2fd15fb5..3ecb39ceded 100644 --- a/x11-themes/sapphire-themes/Makefile +++ b/x11-themes/sapphire-themes/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tar MAINTAINER= ports@FreeBSD.org COMMENT= Themes for sapphire +BROKEN= depends on conflicting packages (xli and xloadimage both installs bin/xsetbg) + RUN_DEPENDS= xli:${PORTSDIR}/graphics/xli \ xloadimage:${PORTSDIR}/x11/xloadimage \ sapphire:${PORTSDIR}/x11-wm/sapphire |