diff options
author | pav <pav@FreeBSD.org> | 2010-04-12 05:45:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-04-12 05:45:02 +0800 |
commit | 87a46f35cac056c9340d5623f93ed3844d17670f (patch) | |
tree | 467b2a24a617c51666cbca69b940ed6efba8a8b3 /databases | |
parent | 76043c535dc6cd83e9b6e9032505e84ae4de1f11 (diff) | |
download | freebsd-ports-gnome-87a46f35cac056c9340d5623f93ed3844d17670f.tar.gz freebsd-ports-gnome-87a46f35cac056c9340d5623f93ed3844d17670f.tar.zst freebsd-ports-gnome-87a46f35cac056c9340d5623f93ed3844d17670f.zip |
- Reset maintainer, his email bounces
- Mark BROKEN: does not compile with php 5.3
Reported by: pointyhat
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php-sqlite3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/php-sqlite3/Makefile b/databases/php-sqlite3/Makefile index 314e2406b3c6..ce830ea5dcf4 100644 --- a/databases/php-sqlite3/Makefile +++ b/databases/php-sqlite3/Makefile @@ -13,11 +13,13 @@ PKGNAMEPREFIX= php- EXTRACT_SUFX= .tgz #DISTFILES= sqlite3-0.4.tgz -MAINTAINER= simoncpu@infoweapons.com +MAINTAINER= ports@FreeBSD.org COMMENT= A port for the PHP sqlite3 extension BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3 +BROKEN= does not build with php 5.3 + CONFIGURE_ARGS= --with-sqlite3=${LOCALBASE} USE_PHP= yes USE_PHPIZE= yes |