diff options
author | snj <snj> | 2004-05-05 03:54:59 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-05 03:54:59 +0000 |
commit | f5946dd8c0fcb3b24b6b0d793c0f2fae7fce5e3b (patch) | |
tree | 12930090129c2ed3351a2778448d68eb35c1d54a /print/bg5ps/Makefile | |
parent | 537f28ed02a96387e09e652d0ddf5205606c7250 (diff) | |
download | pkgsrc-f5946dd8c0fcb3b24b6b0d793c0f2fae7fce5e3b.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'print/bg5ps/Makefile')
-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" |