aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pear-Log
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2017-10-31 19:53:54 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2017-10-31 19:53:54 +0000
commit9185bfa14e630583a588e0bf9b0bd1dc540b9026 (patch)
tree349902192fb3354916045e5ad8b4aa0fb5f85403 /sysutils/pear-Log
parent8229691996358172256d0296a4ac647eeedd6c70 (diff)
downloadports-9185bfa14e630583a588e0bf9b0bd1dc540b9026.tar.gz
ports-9185bfa14e630583a588e0bf9b0bd1dc540b9026.zip
sysutils/pear-Log: fix wrong OPTIONS_DEFINDE
Approved by: tcberner (mentor) MFH: 2017Q4 Differential Revision: https://reviews.freebsd.org/D12881
Notes
Notes: svn path=/head/; revision=453249
Diffstat (limited to 'sysutils/pear-Log')
-rw-r--r--sysutils/pear-Log/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/pear-Log/Makefile b/sysutils/pear-Log/Makefile
index 8fc2bfec2793..dcb1b1c979a5 100644
--- a/sysutils/pear-Log/Makefile
+++ b/sysutils/pear-Log/Makefile
@@ -12,7 +12,7 @@ LICENSE= MIT
USES= pear
-OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PEAR_SQLITE
+OPTIONS_DEFINE= PEAR_DB PEAR_MDB2 PEAR_MAIL PHP_SQLITE
PEAR_DB_DESC= PEAR::DB support
PEAR_MDB2_DESC= PEAR::MDB2 support
PEAR_MAIL_DESC= PEAR::Mail support
@@ -21,6 +21,6 @@ PHP_SQLITE_DESC= PHP sqlite support (php5 only)
PEAR_DB_BUILD_DEPENDS= ${PEARDIR}/DB.php:databases/pear-DB
PEAR_MDB2_BUILD_DEPENDS= ${PEARDIR}/MDB2.php:databases/pear-MDB2
PEAR_MAIL_BUILD_DEPENDS= ${PEARDIR}/Mail.php:mail/pear-Mail
-PHP_SQLITE_USE= PHP=sqlite
+PHP_SQLITE_USE= PHP=sqlite3
.include <bsd.port.mk>