diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-16 04:50:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-16 04:50:41 +0800 |
commit | b9b161eb052041ec89d44ac6697c3a99bbbfc638 (patch) | |
tree | 427f4f20e6290d953b40398d710c180f477a7ad9 /graphics | |
parent | f2f17d5836cb212ce003eea05574d1d19b4fbf00 (diff) | |
download | freebsd-ports-graphics-b9b161eb052041ec89d44ac6697c3a99bbbfc638.tar.gz freebsd-ports-graphics-b9b161eb052041ec89d44ac6697c3a99bbbfc638.tar.zst freebsd-ports-graphics-b9b161eb052041ec89d44ac6697c3a99bbbfc638.zip |
These two ports conflict with each other.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libart/Makefile | 2 | ||||
-rw-r--r-- | graphics/libart_lgpl/Makefile | 1 | ||||
-rw-r--r-- | graphics/libart_lgpl2/Makefile | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/graphics/libart/Makefile b/graphics/libart/Makefile index 36b33d6d672..1e4a0f131da 100644 --- a/graphics/libart/Makefile +++ b/graphics/libart/Makefile @@ -17,4 +17,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_lgpl-${PORTVERSION} GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +CONFLICTS= libart_lgpl2-* + .include <bsd.port.mk> diff --git a/graphics/libart_lgpl/Makefile b/graphics/libart_lgpl/Makefile index 2c5d0847dfe..8736841046d 100644 --- a/graphics/libart_lgpl/Makefile +++ b/graphics/libart_lgpl/Makefile @@ -21,6 +21,7 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes + CONFLICTS= libart-* .include <bsd.port.mk> diff --git a/graphics/libart_lgpl2/Makefile b/graphics/libart_lgpl2/Makefile index 2c5d0847dfe..8736841046d 100644 --- a/graphics/libart_lgpl2/Makefile +++ b/graphics/libart_lgpl2/Makefile @@ -21,6 +21,7 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GNOME= gnomehack gnometarget pkgconfig USE_LIBTOOL= yes + CONFLICTS= libart-* .include <bsd.port.mk> |