diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-18 05:46:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-18 05:46:19 +0800 |
commit | dde76ecc6fcf47ae4e3d0e4a580041b06181d638 (patch) | |
tree | 3a07cb730453a46e436fea1b356513647613d4bf /graphics/libart_lgpl | |
parent | 742dd309b572a16184f1ca7bacf8b210fc15fe35 (diff) | |
download | freebsd-ports-graphics-dde76ecc6fcf47ae4e3d0e4a580041b06181d638.tar.gz freebsd-ports-graphics-dde76ecc6fcf47ae4e3d0e4a580041b06181d638.tar.zst freebsd-ports-graphics-dde76ecc6fcf47ae4e3d0e4a580041b06181d638.zip |
Add a CONFLICTS entry for libart-*. If libart is installed, ports that
depend on libart_lgpl2 will fail to build.
Diffstat (limited to 'graphics/libart_lgpl')
-rw-r--r-- | graphics/libart_lgpl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 35ab05e2217..e7ba66cf7e3 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> |