diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 12:25:34 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-02-27 12:25:34 +0000 |
commit | 05c5e0353f833af45753abf23b93efa690b956d4 (patch) | |
tree | 5a1fa779ec97736600624bd83a8f6b5143625962 /sysutils/gosa | |
parent | ec046b345f8192835cfe0ef81569a9312371ca67 (diff) |
- Add missing PHP dependency (posix)
- Bump PORTREVISION
PR: 121138
Submitted by: Rob Evers <rob@debank.tv>
Approved by: Denis Shaposhnikov <dsh@wizard.volgograd.ru> (maintainer)
Notes
Notes:
svn path=/head/; revision=208003
Diffstat (limited to 'sysutils/gosa')
-rw-r--r-- | sysutils/gosa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gosa/Makefile b/sysutils/gosa/Makefile index de21dca1f82c..22a97208ba40 100644 --- a/sysutils/gosa/Makefile +++ b/sysutils/gosa/Makefile @@ -7,6 +7,7 @@ PORTNAME= gosa PORTVERSION= 2.5.14 +PORTREVISION= 1 CATEGORIES= sysutils www MASTER_SITES= http://oss.gonicus.de/pub/gosa/ \ http://oss.gonicus.de/pub/gosa/archive/ @@ -17,7 +18,7 @@ COMMENT= Web Based LDAP Administration Program RUN_DEPENDS= p5-Crypt-SmbHash>=0.12:${PORTSDIR}/security/p5-Crypt-SmbHash USE_BZIP2= yes -USE_PHP= gettext iconv imap ldap mhash +USE_PHP= gettext iconv imap ldap mhash posix NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message |