diff options
author | glarkin <glarkin@FreeBSD.org> | 2009-04-17 02:13:26 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2009-04-17 02:13:26 +0800 |
commit | fdd3f3612792163b0fe11b1fcd66e2f5e13cc943 (patch) | |
tree | 84cc7b23a9837aa137857fa64a0a71d64effd7c2 | |
parent | 4c307e498c76dffd75094a8b4789b5aafae56edb (diff) | |
download | freebsd-ports-gnome-fdd3f3612792163b0fe11b1fcd66e2f5e13cc943.tar.gz freebsd-ports-gnome-fdd3f3612792163b0fe11b1fcd66e2f5e13cc943.tar.zst freebsd-ports-gnome-fdd3f3612792163b0fe11b1fcd66e2f5e13cc943.zip |
- Fix compiler error and unbreak
- Take maintainership
- Bump PORTREVISION
Reported by: pointyhat
Approved by: portmgr (marcus)
-rw-r--r-- | devel/pecl-spl_types/Makefile | 6 |
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> |