summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-12-09 11:44:00 +0000
committerjoerg <joerg@pkgsrc.org>2006-12-09 11:44:00 +0000
commit70653d229c7e5b071337b18765026bb1695e1a2a (patch)
treeba140044f0641cc02c14761ab5302488266efc1e /fonts
parent16ed08b3c057a55ecab4297086bbd548bad4a5b4 (diff)
downloadpkgsrc-70653d229c7e5b071337b18765026bb1695e1a2a.tar.gz
Add zlib dependency. Bump revision.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/libfontenc/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/fonts/libfontenc/Makefile b/fonts/libfontenc/Makefile
index 87b7af9f2fe..283871127c6 100644
--- a/fonts/libfontenc/Makefile
+++ b/fonts/libfontenc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/11/03 16:30:48 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2006/12/09 11:44:00 joerg Exp $
#
DISTNAME= libfontenc-1.0.2
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://xorg.freedesktop.org/releases/individual/lib/
EXTRACT_SUFX= .tar.bz2
@@ -14,9 +15,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
-PKGCONFIG_OVERRIDE+= ${WRKSRC}/fontenc.pc.in
+PKGCONFIG_OVERRIDE+= fontenc.pc.in
GNU_CONFIGURE= yes
+.include "../../devel/zlib/buildlink3.mk"
.include "../../x11/xproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"