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 | 8846784c0c123cd31baa0a6d256317327f56ec62 (patch) | |
tree | 37b4cc29d48c3b75241c8aab6a3a6e9158e827d5 /graphics/libart | |
parent | bd8b4105bd891f17f50da648f375ac0d19cbee85 (diff) | |
download | pkgsrc-8846784c0c123cd31baa0a6d256317327f56ec62.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" |