aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/pecl-spl_types/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pecl-spl_types/Makefile b/devel/pecl-spl_types/Makefile
index 65f841a5b05a..2bc2bc704af4 100644
--- a/devel/pecl-spl_types/Makefile
+++ b/devel/pecl-spl_types/Makefile
@@ -7,6 +7,7 @@
PORTNAME= spl_types
PORTVERSION= 0.3.0
+PORTREVISION= 1
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
@@ -14,7 +15,7 @@ DISTNAME= SPL_Types-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= glarkin@FreeBSD.org
COMMENT= A PECL extension of a collection of special typehandling classes
USE_PHP= spl
@@ -23,7 +24,6 @@ USE_PHPEXT= yes
PHP_MODNAME= spl_types
CONFIGURE_ARGS= --enable-spl-types
-
-BROKEN= does not compile
+CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>