diff options
-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 |