diff options
author | wiz <wiz@pkgsrc.org> | 2007-09-23 17:16:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-09-23 17:16:38 +0000 |
commit | 836524a2c64029b18bacd65d72df2bb106810db3 (patch) | |
tree | 37b4cc29d48c3b75241c8aab6a3a6e9158e827d5 /graphics/libart | |
parent | b85a1041c9e2cf9238050352406a36b56b7c637d (diff) | |
download | pkgsrc-836524a2c64029b18bacd65d72df2bb106810db3.tar.gz |
Add CONFLICTS.
Diffstat (limited to 'graphics/libart')
-rw-r--r-- | graphics/libart/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/libart/Makefile b/graphics/libart/Makefile index 14045910449..9dae406b6ae 100644 --- a/graphics/libart/Makefile +++ b/graphics/libart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/09/21 13:00:17 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/09/23 17:16:38 wiz Exp $ DISTNAME= libart_lgpl-2.3.19 PKGNAME= ${DISTNAME:S/_lgpl//} @@ -19,5 +19,6 @@ USE_LIBTOOL= YES PKGCONFIG_OVERRIDE= libart-2.0.pc.in # bmake cannot handle the self-made libtool logic in Makefile.am. USE_TOOLS+= gmake +CONFLICTS+= libart2-[0-9]* .include "../../mk/bsd.pkg.mk" |