diff options
author | vs <vs@FreeBSD.org> | 2005-11-08 23:23:11 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-11-08 23:23:11 +0800 |
commit | ffbdf0758415cbb5b87462c90349dd47ca38e5c2 (patch) | |
tree | bb60cceaf7dc800957b00c26dbd642c3b76c89cd /www/rt3-elixus | |
parent | 1aaf31b7139bf2e2125672d25c2a588876140543 (diff) | |
download | freebsd-ports-graphics-ffbdf0758415cbb5b87462c90349dd47ca38e5c2.tar.gz freebsd-ports-graphics-ffbdf0758415cbb5b87462c90349dd47ca38e5c2.tar.zst freebsd-ports-graphics-ffbdf0758415cbb5b87462c90349dd47ca38e5c2.zip |
Mark as IGNORE for APACHE2 since a required dependency is no longer available
PR: ports/88650
Submitted by: Mat Seaman
Diffstat (limited to 'www/rt3-elixus')
-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 065b6f0af4a..bcda431637e 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 |