diff options
author | flo <flo@FreeBSD.org> | 2012-05-20 18:21:40 +0800 |
---|---|---|
committer | flo <flo@FreeBSD.org> | 2012-05-20 18:21:40 +0800 |
commit | 0d2fd821b8d0410810f8ef361a6d51d06a130811 (patch) | |
tree | 60663173c55e240b021b2153179050b960f798db /sysutils/pecl-proctitle | |
parent | b883f996a19b04a2181a4b627fe158d9c6acfd63 (diff) | |
download | freebsd-ports-gnome-0d2fd821b8d0410810f8ef361a6d51d06a130811.tar.gz freebsd-ports-gnome-0d2fd821b8d0410810f8ef361a6d51d06a130811.tar.zst freebsd-ports-gnome-0d2fd821b8d0410810f8ef361a6d51d06a130811.zip |
This port was updated for php 5.4 support already, revert last commit.
Diffstat (limited to 'sysutils/pecl-proctitle')
-rw-r--r-- | sysutils/pecl-proctitle/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/pecl-proctitle/Makefile b/sysutils/pecl-proctitle/Makefile index e98c543ae2ba..538ac2db26fa 100644 --- a/sysutils/pecl-proctitle/Makefile +++ b/sysutils/pecl-proctitle/Makefile @@ -18,7 +18,5 @@ COMMENT= A PECL extension that allows changing the current process' name USE_PHP= yes USE_PHPEXT= yes -DEFAULT_PHP_VER=53 -IGNORE_WITH_PHP=5 .include <bsd.port.mk> |