aboutsummaryrefslogtreecommitdiff
path: root/devel/pecl-spl_types
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-04-16 18:13:26 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-04-16 18:13:26 +0000
commit478b9f3e41da68b60314df035e6876714a9feae6 (patch)
treef66cd8ec426eaf7b36616d13d68427c8ee04a478 /devel/pecl-spl_types
parent6b97b2f5048fedb18ba6058be7137d6755379e19 (diff)
downloadports-478b9f3e41da68b60314df035e6876714a9feae6.tar.gz
ports-478b9f3e41da68b60314df035e6876714a9feae6.zip
- Fix compiler error and unbreak
- Take maintainership - Bump PORTREVISION Reported by: pointyhat Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=232353
Diffstat (limited to 'devel/pecl-spl_types')
-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>