diff options
author | snj <snj> | 2004-05-03 21:26:41 +0000 |
---|---|---|
committer | snj <snj> | 2004-05-03 21:26:41 +0000 |
commit | bf86927f01603f78a04ebe8373117932c0a12f5f (patch) | |
tree | ec297fea302ee7f8f1e13687b424e05015b9769e /print | |
parent | ece6eef7be270d06a38de89668167d8bb0b4b191 (diff) | |
download | pkgsrc-bf86927f01603f78a04ebe8373117932c0a12f5f.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'print')
-rw-r--r-- | print/bg5pdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index 8c18b4d5475..b59fccb6613 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/20 12:24:28 agc Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/03 21:26:41 snj Exp $ # DISTNAME= bg5pdf-1.0.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://students.washington.edu/cschin/bg5ps/bg5pdf/ COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib WRKSRC= ${WRKDIR}/bg5pdf -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes PYTHON_VERSIONS_ACCEPTED= 21 PYBINMODULE= # defined PY_PATCHPLIST= yes @@ -23,5 +23,5 @@ post-extract: .include "../../lang/python/application.mk" .include "../../lang/python/extension.mk" -.include "../../print/pdflib/buildlink2.mk" +.include "../../print/pdflib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |