diff options
author | taca <taca> | 2015-12-19 14:27:12 +0000 |
---|---|---|
committer | taca <taca> | 2015-12-19 14:27:12 +0000 |
commit | 8b9bf453445f499536b6405eb61df7937f5b9891 (patch) | |
tree | da5e1cb19fe15553adefed6a3dce16bb4c913420 /print | |
parent | 138a28bb145986d258cd7c77cbde9c4ec7a3b4b9 (diff) | |
download | pkgsrc-8b9bf453445f499536b6405eb61df7937f5b9891.tar.gz |
Restrict PHP_VERSIONS_ACCEPTED to 55 and 56.
Diffstat (limited to 'print')
-rw-r--r-- | print/php-pdflib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/php-pdflib/Makefile b/print/php-pdflib/Makefile index ab103dd9a9a..7f897112894 100644 --- a/print/php-pdflib/Makefile +++ b/print/php-pdflib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2015/08/30 14:43:07 taca Exp $ +# $NetBSD: Makefile,v 1.25 2015/12/19 14:27:14 taca Exp $ MODNAME= pdflib PKGMODNAME= pdf @@ -9,6 +9,8 @@ COMMENT= PHP extension for PDFlib on-the-fly PDF generation CONFLICTS= php-pdf-[0-9]* +PHP_VERSIONS_ACCEPTED= 55 56 + CONFIGURE_ARGS+= --with-pdflib=shared,${BUILDLINK_PREFIX.pdflib} .include "../../lang/php/ext.mk" |