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 | |
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
-rw-r--r-- | graphics/xli/Makefile | 1 | ||||
-rw-r--r-- | x11-themes/sapphire-themes/Makefile | 2 | ||||
-rw-r--r-- | x11/xloadimage/Makefile | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xli/Makefile b/graphics/xli/Makefile index a54f665701d8..112c655b6791 100644 --- a/graphics/xli/Makefile +++ b/graphics/xli/Makefile @@ -16,6 +16,7 @@ DISTNAME= xli_${PORTVERSION}+${XLI_SNAPVER:C/-//g}.orig MAINTAINER= lichray@gmail.com COMMENT= Utilities to display images in X11 +CONFLICTS_INSTALL= xloadimage-* LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg diff --git a/x11-themes/sapphire-themes/Makefile b/x11-themes/sapphire-themes/Makefile index cda2fd15fb59..3ecb39ceded7 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 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 |