diff options
Diffstat (limited to 'fonts/libfontenc')
-rw-r--r-- | fonts/libfontenc/Makefile | 6 |
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" |