diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-08 19:21:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-08 19:21:01 +0000 |
commit | 50f43064b949aef32515505d085390ddb3029300 (patch) | |
tree | 91684e388ff2ff03e53f9bdf07c5b56d49bfd9ff /print | |
parent | 3490acaf1e2eaa7ff770aa4ca4f9b02d0dcee97f (diff) | |
download | pkgsrc-50f43064b949aef32515505d085390ddb3029300.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'print')
-rw-r--r-- | print/bg5pdf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index a528e194286..4589d100553 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/09/21 23:46:55 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/08 19:21:01 wiz Exp $ # DISTNAME= bg5pdf-1.0.0 @@ -9,6 +9,7 @@ MAINTAINER= rxg@netbsd.org HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/ COMMENT= wrap big5 encoding text file into PDF file by using PDFlib +USE_BUILDLINK2= yes PYTHON_VERSIONS_ACCEPTED= 21 PYBINMODULE= # defined PY_PATCHPLIST= yes @@ -23,5 +24,5 @@ post-extract: .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" -.include "../../print/pdflib/buildlink.mk" +.include "../../print/pdflib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |