diff options
Diffstat (limited to 'print/bg5ps')
-rw-r--r-- | print/bg5ps/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/bg5ps/Makefile b/print/bg5ps/Makefile index a66862f6c0e..c9838e7b0cf 100644 --- a/print/bg5ps/Makefile +++ b/print/bg5ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/21 17:16:18 martti Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/05 04:03:19 snj Exp $ DISTNAME= bg5ps-1.3.0 CATEGORIES= print converters @@ -11,7 +11,7 @@ COMMENT= Convert Big5/GB encoded files to postscript DEPENDS+= arphic-ttf>=2.11:../../fonts/arphic-ttf -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PKG_SYSCONFSUBDIR?= bg5ps post-patch: @@ -19,5 +19,5 @@ post-patch: ${WRKSRC}/bg5ps > ${WRKSRC}/bg5ps.new .include "../../lang/python/extension.mk" -.include "../../graphics/freetype-lib/buildlink2.mk" +.include "../../graphics/freetype-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |