summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2006-12-09 11:44:00 +0000
committerjoerg <joerg>2006-12-09 11:44:00 +0000
commitabcbf087702924563122487a39a0feae83cb0cd3 (patch)
treeba140044f0641cc02c14761ab5302488266efc1e
parent461cd79ef94bc1323f73ef7b51d891b60631a420 (diff)
downloadpkgsrc-abcbf087702924563122487a39a0feae83cb0cd3.tar.gz
Add zlib dependency. Bump revision.
-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"