diff options
Diffstat (limited to '')
-rw-r--r-- | www/web500gw/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/web500gw/Makefile b/www/web500gw/Makefile index 448427283ce9..76a69984b669 100644 --- a/www/web500gw/Makefile +++ b/www/web500gw/Makefile @@ -16,9 +16,11 @@ MASTER_SITES= ftp://ftp.tu-chemnitz.de/pub/Local/urz/web500gw/ \ PATCH_SITES= http://www.tu-chemnitz.de/~fri/web500gw/ PATCHFILES= modtmpl.patch -MAINTAINER= Karl.Dietz@frankfurt.netsurf.de +MAINTAINER= ports@freebsd.org COMMENT= HTTP gateway to LDAP-based directories +BROKEN= "Depends on net/openldap12, which is no more" + BUILD_DEPENDS= ${LOCALBASE}/lib/libldap.a:${PORTSDIR}/net/openldap12 INSTDIR= ${PREFIX}/bin |