diff options
author | snj <snj@pkgsrc.org> | 2004-05-05 03:54:59 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-05 03:54:59 +0000 |
commit | 7fbcd781bf7c9aaa52825eb4c3296a2f03704fab (patch) | |
tree | 12930090129c2ed3351a2778448d68eb35c1d54a /print/bg5ps | |
parent | 961db477a74b63692d75b77f0d8bd88bc617455f (diff) | |
download | pkgsrc-7fbcd781bf7c9aaa52825eb4c3296a2f03704fab.tar.gz |
Convert to buildlink3.
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" |