diff options
author | taca <taca@pkgsrc.org> | 2015-12-06 12:13:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-12-06 12:13:12 +0000 |
commit | 101efbe7e88e77538cf568d816d25038d2e02244 (patch) | |
tree | 6f520af076bc276061834128125ed219ffde8956 /www/wordpress | |
parent | 00f547df772d74942a0ee8eb93126a400c570f13 (diff) | |
download | pkgsrc-101efbe7e88e77538cf568d816d25038d2e02244.tar.gz |
Explicitly restrict PHP_VERSIONS_ACCEPTED to 55 and 56 for packages which
use php-mysql package.
Diffstat (limited to 'www/wordpress')
-rw-r--r-- | www/wordpress/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 6ea512b9e38..df8093a7ea3 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2015/09/17 19:10:48 morr Exp $ +# $NetBSD: Makefile,v 1.52 2015/12/06 12:13:13 taca Exp $ DISTNAME= wordpress-${VERSION} VERSION= 4.3.1 @@ -41,6 +41,8 @@ INSTALLATION_DIRS+= ${DOCDIR} ${WPHOME} ${EGDIR} DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.3.3:../../databases/php-mysql +PHP_VERSIONS_ACCEPTED= 55 56 + do-install: ${INSTALL_DATA} ${WRKSRC}/readme.html ${DESTDIR}${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/license.txt ${DESTDIR}${DOCDIR} |