aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-02-12 22:55:34 +0800
committerrafan <rafan@FreeBSD.org>2007-02-12 22:55:34 +0800
commit3a6057256baaa8ad7296bafc74e4cc0164bea468 (patch)
tree0de73b141cd39f9f951a57fef144a319070a4246 /sysutils
parent230deb61650d6c235a734988101088362cbb0910 (diff)
downloadfreebsd-ports-gnome-3a6057256baaa8ad7296bafc74e4cc0164bea468.tar.gz
freebsd-ports-gnome-3a6057256baaa8ad7296bafc74e4cc0164bea468.tar.zst
freebsd-ports-gnome-3a6057256baaa8ad7296bafc74e4cc0164bea468.zip
- Fix dependency for php5-sqlite
PR: ports/109087 Spotted by: Geoffroy Desvernay <dgeo at ec-marseille.fr> Submitted by: Thomas Abthorpe <thomas at goodking.ca> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pear-Log/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 4b8ca6c3c511..2cfddee8fc9b 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -58,7 +58,7 @@ BUILD_DEPENDS+= ${PEARDIR}/MDB2.php:${PORTSDIR}/databases/pear-MDB2
.endif
.if defined(WITH_PHP_SQLITE)
-BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/${extension}.so:${PORTSDIR}/databases/php5-sqlite
+BUILD_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/sqlite.so:${PORTSDIR}/databases/php5-sqlite
.endif
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"