diff options
author | rene <rene@FreeBSD.org> | 2016-10-25 03:39:05 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-10-25 03:39:05 +0800 |
commit | 325f4485adffc070e4031d7d7c98de72e1f3a0ce (patch) | |
tree | d151dd166185651709a53771dc423b557738a2c7 /textproc | |
parent | 49312e9afed7139a3fda3db981ca9af686eedfc5 (diff) | |
download | freebsd-ports-gnome-325f4485adffc070e4031d7d7c98de72e1f3a0ce.tar.gz freebsd-ports-gnome-325f4485adffc070e4031d7d7c98de72e1f3a0ce.tar.zst freebsd-ports-gnome-325f4485adffc070e4031d7d7c98de72e1f3a0ce.zip |
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/pecl-xdiff2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pecl-xdiff2/Makefile b/textproc/pecl-xdiff2/Makefile index e6de5e79b5b3..9fb4b3f28700 100644 --- a/textproc/pecl-xdiff2/Makefile +++ b/textproc/pecl-xdiff2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libxdiff.so:textproc/libxdiff PORTSCOUT= limit:^2.* USES= php:ext tar:tgz -IGNORE_WITH_PHP= 55 56 +IGNORE_WITH_PHP= 56 CONFLICTS= pecl-xdiff-1* LDFLAGS+= -L${LOCALBASE}/lib |