diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-11 21:45:02 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-04-11 21:45:02 +0000 |
commit | 4ac306268d17fdf557786987afd4897a3a5846a5 (patch) | |
tree | 295e470f2bf4c94888b764b774622daa46ef82aa /databases/php-sqlite3 | |
parent | 99a0a9bb98cc268238833914013e87330b12d3e7 (diff) | |
download | ports-4ac306268d17fdf557786987afd4897a3a5846a5.tar.gz ports-4ac306268d17fdf557786987afd4897a3a5846a5.zip |
Notes
Diffstat (limited to 'databases/php-sqlite3')
-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 |