diff options
author | recht <recht> | 2003-09-22 21:55:55 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-22 21:55:55 +0000 |
commit | 9cfdb0c4e82c282c21e076b3e2fff65ccff6f258 (patch) | |
tree | a70fc6abe96a5efd8ee677357c4fb459dcd5a4b5 /fonts/fontconfig | |
parent | 79bcdd0d0a14cd321912207b0869308bcc711df2 (diff) | |
download | pkgsrc-9cfdb0c4e82c282c21e076b3e2fff65ccff6f258.tar.gz |
Add missing PKGCONFIG_OVERRIDE.
Bump PKGREVISION because of the changed *.pc files.
ok'ed by wiz@
Diffstat (limited to 'fonts/fontconfig')
-rw-r--r-- | fonts/fontconfig/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/fontconfig/Makefile b/fonts/fontconfig/Makefile index 9f719c59602..66c1f001a87 100644 --- a/fonts/fontconfig/Makefile +++ b/fonts/fontconfig/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2003/09/02 07:12:15 martti Exp $ +# $NetBSD: Makefile,v 1.16 2003/09/22 21:55:56 recht Exp $ # DISTNAME= fontconfig-2.2.1 +PKGREVISION= 1 CATEGORIES= fonts gnome MASTER_SITES= http://fontconfig.org/release/ @@ -20,6 +21,7 @@ USE_PKGINSTALL= YES USE_GMAKE= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +PKGCONFIG_OVERRIDE= ${WRKSRC}/fontconfig.pc.in PKG_SYSCONFSUBDIR= fontconfig |