diff options
Diffstat (limited to 'devel/pecl-test_helpers/Makefile')
-rw-r--r-- | devel/pecl-test_helpers/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/pecl-test_helpers/Makefile b/devel/pecl-test_helpers/Makefile index d5c8b09c2898..3e767d82ca90 100644 --- a/devel/pecl-test_helpers/Makefile +++ b/devel/pecl-test_helpers/Makefile @@ -3,7 +3,7 @@ PORTNAME= test_helpers PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel pear MASTER_SITES= http://pear.phpunit.de/get/ PKGNAMEPREFIX= pecl- @@ -14,8 +14,10 @@ COMMENT= Extension to ease testing of PHP code LICENSE= BSD3CLAUSE CONFIGURE_ARGS= --enable-test-helpers -USES= php:ext tar:tgz +USES= php:zend tar:tgz SUB_FILES= pkg-message IGNORE_WITH_PHP= 70 +# This needs to be loaded *after* devel/php-xdebug +PHP_MOD_PRIO= 30 .include <bsd.port.mk> |