diff options
author | recht <recht@pkgsrc.org> | 2003-09-23 12:18:53 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-09-23 12:18:53 +0000 |
commit | 1ff9e4f91f047952ba857a6d5a9364065a62035e (patch) | |
tree | 1ed382bb45c5bc46bfcd017f07a8485116d7a709 /graphics/libart2 | |
parent | 9c6d99544a43e40243ed23d575e23df4af16015f (diff) | |
download | pkgsrc-1ff9e4f91f047952ba857a6d5a9364065a62035e.tar.gz |
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
Diffstat (limited to 'graphics/libart2')
-rw-r--r-- | graphics/libart2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile index b08c61920bb..4f43d968bf4 100644 --- a/graphics/libart2/Makefile +++ b/graphics/libart2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2003/09/08 15:28:38 adam Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/23 12:18:53 recht Exp $ DISTNAME= libart_lgpl-2.3.15 PKGNAME= ${DISTNAME:S/_lgpl/2/} +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libart_lgpl/2.3/} EXTRACT_SUFX= .tar.bz2 @@ -16,5 +17,6 @@ USE_X11= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= libart-2.0.pc.in .include "../../mk/bsd.pkg.mk" |