- add missing dependency
spotted by robert@
This commit is contained in:
parent
54f9a223da
commit
c991088b91
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2009/09/26 10:02:57 bernd Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2009/09/28 18:25:41 jasper Exp $
|
||||
|
||||
COMMENT= web-based LDAP browser to manage LDAP servers
|
||||
|
||||
VERSION= 1.1.0.7
|
||||
DISTNAME= phpldapadmin-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
CATEGORIES= www
|
||||
HOMEPAGE= http://phpldapadmin.sourceforge.net/
|
||||
|
||||
@ -24,7 +24,8 @@ PREFIX= /var/www
|
||||
INSTDIR= ${PREFIX}/phpldapadmin
|
||||
SUBST_VARS= INSTDIR
|
||||
|
||||
RUN_DEPENDS= :php5-ldap-*:www/php5/extensions,-ldap
|
||||
RUN_DEPENDS= :php5-ldap-*:www/php5/extensions,-ldap \
|
||||
:php5-mhash-*:www/php5/extensions,-mhash
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/phpldapadmin
|
||||
|
Loading…
x
Reference in New Issue
Block a user