diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-11-08 15:23:11 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-11-08 15:23:11 +0000 |
commit | fec00940f38013331cac2364a1f52528aea4a063 (patch) | |
tree | 36a26e8f6341af5303f3090013c4a66a468302c5 /www | |
parent | 8c4469fa1d60ff13ac4ebabf1b37490347a87906 (diff) | |
download | ports-fec00940f38013331cac2364a1f52528aea4a063.tar.gz ports-fec00940f38013331cac2364a1f52528aea4a063.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/rt3-elixus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rt3-elixus/Makefile b/www/rt3-elixus/Makefile index 065b6f0af4a2..bcda431637ee 100644 --- a/www/rt3-elixus/Makefile +++ b/www/rt3-elixus/Makefile @@ -18,10 +18,10 @@ BUILD_DEPENDS= ${SITE_PERL}/Data/ShowTable.pm:${PORTSDIR}/devel/p5-Data-ShowTabl ${SITE_PERL}/YAML.pm:${PORTSDIR}/textproc/p5-YAML .if defined(WITH_APACHE2) -BUILD_DEPENDS+= ${SITE_PERL}/MasonX/Apache2Handler.pm:${PORTSDIR}/www/p5-MasonX-Apache2Handler +IGNORE= This port is unsuitable to use with Apache 2.x .endif -BROKEN= Install fails +BROKEN= "Install fails" MASTERDIR= ${.CURDIR}/../../www/rt3 MD5_FILE= ${.CURDIR}/distinfo |