summaryrefslogtreecommitdiff
path: root/graphics/libart2
diff options
context:
space:
mode:
authorrecht <recht>2003-09-23 12:18:53 +0000
committerrecht <recht>2003-09-23 12:18:53 +0000
commitd949d0119e1816df613fb9df4281d25cbc21f483 (patch)
tree1ed382bb45c5bc46bfcd017f07a8485116d7a709 /graphics/libart2
parent50a7c54606a79ac4a987b3d7ca96f99daa1ee785 (diff)
downloadpkgsrc-d949d0119e1816df613fb9df4281d25cbc21f483.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/Makefile4
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"