diff options
author | wiz <wiz> | 2002-10-09 23:59:49 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 23:59:49 +0000 |
commit | cb7456ec7bdefe4671b59a0b24e701bd275e1af4 (patch) | |
tree | 7cafbe97ff404ad30146d038c318050ca0caedf4 /print/bg5ps | |
parent | 372c5bd7c0ed2f835cde14f663f78b9070312a47 (diff) | |
download | pkgsrc-cb7456ec7bdefe4671b59a0b24e701bd275e1af4.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'print/bg5ps')
-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" |