aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-31 14:46:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-31 14:46:26 +0000
commite8b9def354a4974ffc83c4a91e8d54967c789c8e (patch)
treeb35eec4ff727b2f150e0199a5d359c4318834c68 /databases
parent3210ffd90bbd2401532c7f30e588564cded16e7c (diff)
downloadports-e8b9def354a4974ffc83c4a91e8d54967c789c8e.tar.gz
ports-e8b9def354a4974ffc83c4a91e8d54967c789c8e.zip
- Add missing PEAR_AUTOINSTALL
Reported by: pkg (DEVELOPER_MODE)
Notes
Notes: svn path=/head/; revision=319505
Diffstat (limited to 'databases')
-rw-r--r--databases/pear-DB_ldap2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/pear-DB_ldap2/Makefile b/databases/pear-DB_ldap2/Makefile
index 2ebe2631b407..a00bc11560cf 100644
--- a/databases/pear-DB_ldap2/Makefile
+++ b/databases/pear-DB_ldap2/Makefile
@@ -13,6 +13,7 @@ BUILD_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
RUN_DEPENDS= ${PEARDIR}/DB.php:${PORTSDIR}/databases/pear-DB
USE_PHP= ldap
+PEAR_AUTOINSTALL= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"