diff options
author | tz <tz@FreeBSD.org> | 2017-06-09 17:44:33 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-06-09 17:44:33 +0800 |
commit | e9880ccd763c9105f63a8da5896f30137bdd2cfa (patch) | |
tree | 36c495c00ee250b823c2e6ea150db846fe8bc1f4 /graphics/php71-gd | |
parent | 42067aef2f8f27c07350f45c9a9c50a25d7428ac (diff) | |
download | freebsd-ports-gnome-e9880ccd763c9105f63a8da5896f30137bdd2cfa.tar.gz freebsd-ports-gnome-e9880ccd763c9105f63a8da5896f30137bdd2cfa.tar.zst freebsd-ports-gnome-e9880ccd763c9105f63a8da5896f30137bdd2cfa.zip |
graphics/php71-gd: remove options T1LIB and VPX, add option WEBP
Support for T1LIB and VPX was removed in PHP 7.0
Support for WebP support was added in PHP 7.0
PR: 219837
Submitted by: Dani <i.dani@outlook.com>
Diffstat (limited to 'graphics/php71-gd')
-rw-r--r-- | graphics/php71-gd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/php71-gd/Makefile b/graphics/php71-gd/Makefile index e2108f99c317..5c36e14f4b00 100644 --- a/graphics/php71-gd/Makefile +++ b/graphics/php71-gd/Makefile @@ -4,6 +4,8 @@ CATEGORIES= graphics MASTERDIR= ${.CURDIR}/../../lang/php71 +PORTREVISION= 1 + PKGNAMESUFFIX= -gd .include "${MASTERDIR}/Makefile" |