diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-17 21:46:19 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-17 21:46:19 +0000 |
commit | dde76ecc6fcf47ae4e3d0e4a580041b06181d638 (patch) | |
tree | 3a07cb730453a46e436fea1b356513647613d4bf /graphics | |
parent | 742dd309b572a16184f1ca7bacf8b210fc15fe35 (diff) | |
download | FreeBSD-ports-dde76ecc6fcf47ae4e3d0e4a580041b06181d638.zip FreeBSD-ports-dde76ecc6fcf47ae4e3d0e4a580041b06181d638.tar.gz |
Add a CONFLICTS entry for libart-*. If libart is installed, ports that
depend on libart_lgpl2 will fail to build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libart_lgpl/Makefile | 1 | ||||
-rw-r--r-- | graphics/libart_lgpl2/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 35ab05e..e7ba66c 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -24,5 +24,6 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget USE_LIBTOOL= yes +CONFLICTS= libart-* .include <bsd.port.mk> diff --git a/graphics/libart_lgpl2/Makefile b/graphics/libart_lgpl2/Makefile index 35ab05e..e7ba66c 100644 --- a/graphics/libart_lgpl2/Makefile +++ b/graphics/libart_lgpl2/Makefile @@ -24,5 +24,6 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget USE_LIBTOOL= yes +CONFLICTS= libart-* .include <bsd.port.mk> |