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/libart | |
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/libart')
-rw-r--r-- | graphics/libart/Makefile | 2 |
1 files changed, 2 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> |