diff options
author | pav <pav@FreeBSD.org> | 2009-06-03 05:10:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-03 05:10:48 +0800 |
commit | 839b750538309ec4eabc826b959e75c1e633384e (patch) | |
tree | c7e51ee5b5e2c54191757378adcd3f3ba47aabd0 /www | |
parent | 9e43975ae3cd7d2dddff6c39d565213eeb32b5cd (diff) | |
download | freebsd-ports-gnome-839b750538309ec4eabc826b959e75c1e633384e.tar.gz freebsd-ports-gnome-839b750538309ec4eabc826b959e75c1e633384e.tar.zst freebsd-ports-gnome-839b750538309ec4eabc826b959e75c1e633384e.zip |
- Mark BROKEN: fails to install
Reported by: pointyhat
Diffstat (limited to 'www')
-rw-r--r-- | www/wget4web/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/wget4web/Makefile b/www/wget4web/Makefile index 35bfbb1a9ae3..7b1c9929bb2b 100644 --- a/www/wget4web/Makefile +++ b/www/wget4web/Makefile @@ -15,6 +15,8 @@ COMMENT= WWW interface for console wget RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget +BROKEN= fails to install + USE_APACHE= 1.3 WRKSRC= ${WRKDIR}/${PORTNAME} |