diff options
author | snj <snj@pkgsrc.org> | 2008-11-29 22:50:06 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2008-11-29 22:50:06 +0000 |
commit | 025f762610cf66ce7a769054e955f7f6bc126df7 (patch) | |
tree | e7c6ad0dc5d3d600b009d981d49e38a0cbc1138a /print | |
parent | d045f6e2b4d8e0b9d8637028f33d64cfdeda2122 (diff) | |
download | pkgsrc-025f762610cf66ce7a769054e955f7f6bc126df7.tar.gz |
I tested this package with every version of python in pkgsrc, and it works
with all of them. Remove the python21 restriction.
Diffstat (limited to 'print')
-rw-r--r-- | print/bg5pdf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/bg5pdf/Makefile b/print/bg5pdf/Makefile index 831780988f3..741e9b6b39f 100644 --- a/print/bg5pdf/Makefile +++ b/print/bg5pdf/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/06/21 18:55:13 joerg Exp $ -# +# $NetBSD: Makefile,v 1.16 2008/11/29 22:50:06 snj Exp $ DISTNAME= bg5pdf-1.0.0 PKGREVISION= 4 @@ -13,7 +12,6 @@ COMMENT= Wrap big5 encoding text file into PDF file by using PDFlib PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/bg5pdf -PYTHON_VERSIONS_ACCEPTED= 21 PYBINMODULE= # defined PY_PATCHPLIST= yes PYTHON_PATCH_SCRIPTS= bg5pdf |