diff options
-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 cb485bd9387..ce84ba1bc8e 100644 --- a/print/bg5ps/Makefile +++ b/print/bg5ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/15 08:22:17 shell Exp $ +# $NetBSD: Makefile,v 1.2 2002/06/15 08:25:41 shell Exp $ DISTNAME= bg5ps-1.3.0 CATEGORIES= print converters @@ -9,8 +9,7 @@ MAINTAINER= shell@netbsd.org HOMEPAGE= http://students.washington.edu/cschin/bg5ps/ COMMENT= convert Big5/GB encoded files to postscript -DEPENDS+= arphicttf-2.11:../../fonts/arphicttf -DEPENDS+= python>=1.5:../../lang/python +DEPENDS+= arphic-ttf-2.11:../../fonts/arphic-ttf PKG_SYSCONFSUBDIR?= bg5ps @@ -18,5 +17,6 @@ post-patch: @${SED} 's|%%ETCDIR%%|${PKG_SYSCONFDIR}|g' \ ${WRKSRC}/bg5ps > ${WRKSRC}/bg5ps.new +.include "../../lang/python/extension.buildlink.mk" .include "../../graphics/freetype-lib/buildlink.mk" .include "../../mk/bsd.pkg.mk" |