diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 23:59:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 23:59:49 +0000 |
commit | 7274a4ac3898a56762554fe06a7a7fcd624d28dc (patch) | |
tree | 7cafbe97ff404ad30146d038c318050ca0caedf4 /print | |
parent | 295e5151449d3b746d5edd2284adb65d34575447 (diff) | |
download | pkgsrc-7274a4ac3898a56762554fe06a7a7fcd624d28dc.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'print')
-rw-r--r-- | print/bg5ps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/bg5ps/Makefile b/print/bg5ps/Makefile index d6137d191f9..1b5b3387b09 100644 --- a/print/bg5ps/Makefile +++ b/print/bg5ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/09/21 23:46:55 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/10 00:01:46 wiz Exp $ DISTNAME= bg5ps-1.3.0 CATEGORIES= print converters @@ -11,6 +11,7 @@ COMMENT= convert Big5/GB encoded files to postscript DEPENDS+= arphic-ttf-2.11:../../fonts/arphic-ttf +USE_BUILDLINK2= yes PKG_SYSCONFSUBDIR?= bg5ps post-patch: @@ -18,5 +19,5 @@ post-patch: ${WRKSRC}/bg5ps > ${WRKSRC}/bg5ps.new .include "../../lang/python/extension.mk" -.include "../../graphics/freetype-lib/buildlink.mk" +.include "../../graphics/freetype-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |