diff options
Diffstat (limited to 'devel/pecl-libevent/Makefile')
-rw-r--r-- | devel/pecl-libevent/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/pecl-libevent/Makefile b/devel/pecl-libevent/Makefile index aa6f989d75ae..adacde3ab84d 100644 --- a/devel/pecl-libevent/Makefile +++ b/devel/pecl-libevent/Makefile @@ -15,13 +15,8 @@ LICENSE= PHP301 LIB_DEPENDS= libevent.so:devel/libevent2 -USES= tar:tgz +USES= php:ext tar:tgz -USE_PHP= yes -USE_PHP_BUILD= yes -USE_PHPIZE= yes -USE_PHPEXT= yes -PHP_MODNAME= libevent IGNORE_WITH_PHP= 70 .include <bsd.port.mk> |