diff options
author | kris <kris@FreeBSD.org> | 2004-12-04 09:55:29 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-04 09:55:29 +0800 |
commit | ad58e9b2b39135c19586875af14b40469dcb9d7a (patch) | |
tree | 67f1db3db8bfa698266604af34bfcea2629c78b9 /www | |
parent | 770e4ba6b129dd8a3be4a376d82ad3bf3a130924 (diff) | |
download | freebsd-ports-gnome-ad58e9b2b39135c19586875af14b40469dcb9d7a.tar.gz freebsd-ports-gnome-ad58e9b2b39135c19586875af14b40469dcb9d7a.tar.zst freebsd-ports-gnome-ad58e9b2b39135c19586875af14b40469dcb9d7a.zip |
BROKEN: Installation fails
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index 2fe86f8132d8..556669ad6ec7 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -25,6 +25,8 @@ BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT} \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm RUN_DEPENDS= ${BUILD_DEPENDS} +BROKEN= Installation fails + .if defined(WITH_APACHE2) BUILD_DEPENDS+= ${LOCALBASE}/libexec/apache2/mod_perl.so:${PORTSDIR}/www/mod_perl2 DEPENDS_ARGS+= WITHOUT_MODPERL=yes |