diff options
author | mat <mat@FreeBSD.org> | 2016-03-14 00:56:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-03-14 00:56:42 +0800 |
commit | 0ab7b154ee5a86886ed27c6187ca1a304627aa29 (patch) | |
tree | d4b7ede842a024c4b957a1eca2603a2fb328efef /graphics | |
parent | 6e841ff53448a0544af457e2d25f8ebbc722a7b7 (diff) | |
download | freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.gz freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.tar.zst freebsd-ports-gnome-0ab7b154ee5a86886ed27c6187ca1a304627aa29.zip |
These ports do not build with PHP 7.0, make them as such.
Also, mark those who try to use mysql, which does not exist in PHP 7.0.
Sponsored by: Absolight
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php-gdal/Makefile | 1 | ||||
-rw-r--r-- | graphics/php-libpuzzle/Makefile | 1 | ||||
-rw-r--r-- | graphics/php-magickwand/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/graphics/php-gdal/Makefile b/graphics/php-gdal/Makefile index ddbdcd045ede..5f4ffb4fdc84 100644 --- a/graphics/php-gdal/Makefile +++ b/graphics/php-gdal/Makefile @@ -25,6 +25,7 @@ PHP_MOD_NAME= php_${PORTNAME} USE_PHP= yes USE_PHP_BUILD= yes USES= gmake localbase tar:xz +IGNORE_WITH_PHP= 70 WRKSRC_SUBDIR= swig/php diff --git a/graphics/php-libpuzzle/Makefile b/graphics/php-libpuzzle/Makefile index b159f9a68a88..3dd78d104b12 100644 --- a/graphics/php-libpuzzle/Makefile +++ b/graphics/php-libpuzzle/Makefile @@ -23,6 +23,7 @@ USE_PHP= yes USE_PHPIZE= yes USE_PHPEXT= yes USE_PHP_BUILD= yes +IGNORE_WITH_PHP= 70 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/php/${PORTNAME} diff --git a/graphics/php-magickwand/Makefile b/graphics/php-magickwand/Makefile index 7ab76f4bfd1e..16627b3266ce 100644 --- a/graphics/php-magickwand/Makefile +++ b/graphics/php-magickwand/Makefile @@ -17,6 +17,7 @@ LIB_DEPENDS= libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick USES= pkgconfig USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP= 70 CONFIGURE_ARGS= --with-magickwand=${LOCALBASE} |