summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fonts/Xft2/Makefile4
-rw-r--r--fonts/fontconfig/Makefile4
-rw-r--r--x11/Xrender/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/fonts/Xft2/Makefile b/fonts/Xft2/Makefile
index 8ca2db3248a..dfeb0535fb5 100644
--- a/fonts/Xft2/Makefile
+++ b/fonts/Xft2/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.17 2003/09/19 17:23:16 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2003/09/22 21:55:55 recht Exp $
#
DISTNAME= xft-2.1.2
PKGNAME= Xft2-2.1.2
+PKGREVISION= 1
CATEGORIES= fonts x11
MASTER_SITES= http://x2.freedesktop.org/Software/fontconfig/releases/
@@ -22,6 +23,7 @@ USE_GMAKE= YES
USE_X11= YES
USE_GNU_TOOLS+= awk
+PKGCONFIG_OVERRIDE= ${WRKSRC}/xft.pc.in
#LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
MAKE_ENV+= EGREP=${EGREP}
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
diff --git a/x11/Xrender/Makefile b/x11/Xrender/Makefile
index 7a65dff88a5..34f5cdddaba 100644
--- a/x11/Xrender/Makefile
+++ b/x11/Xrender/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.7 2003/09/19 17:22:14 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2003/09/22 21:55:57 recht Exp $
DISTNAME= xrender-0.8.3
PKGNAME= Xrender-0.8.3
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://pdx.freedesktop.org/software/fontconfig/releases/
@@ -15,6 +16,7 @@ USE_X11= YES
#USE_LIBTOOL= YES
#LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
+PKGCONFIG_OVERRIDE= ${WRKSRC}/xrender.pc.in
.include "../../devel/pkgconfig/buildlink2.mk"
.include "../../x11/render/buildlink2.mk"