summaryrefslogtreecommitdiff
path: root/print/bg5ps
diff options
context:
space:
mode:
authorshell <shell>2002-06-15 08:25:41 +0000
committershell <shell>2002-06-15 08:25:41 +0000
commit7c09d14ade167f2393bca799638cb6c608dcd3db (patch)
tree2317df5bf398fee9d5cb33987ce0b3cbcb9bb88d /print/bg5ps
parent5b3eb654b1f3dacddc21e4f495f27b100fb25edb (diff)
downloadpkgsrc-7c09d14ade167f2393bca799638cb6c608dcd3db.tar.gz
Oops, this is the correct version of Makefile
Diffstat (limited to 'print/bg5ps')
-rw-r--r--print/bg5ps/Makefile6
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"