diff options
Diffstat (limited to 'devel/pecl-event/Makefile')
-rw-r--r-- | devel/pecl-event/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/pecl-event/Makefile b/devel/pecl-event/Makefile index aa72192f183b..e97ae45bec3e 100644 --- a/devel/pecl-event/Makefile +++ b/devel/pecl-event/Makefile @@ -18,11 +18,9 @@ LIB_DEPENDS= libevent.so:devel/libevent2 BROKEN_powerpc64= does not build -USES= tar:tgz +USES= php:ext tar:tgz USE_OPENSSL= yes CONFIGURE_ARGS= --with-openssl-dir=${OPENSSLBASE} -USE_PHP= sockets -USE_PHP_BUILD= yes -USE_PHPEXT= yes +USE_PHP= sockets:build .include <bsd.port.mk> |