diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-11 02:14:37 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-11 02:14:37 +0800 |
commit | 8837283594cb7d6ec241d833cd32c11750b84a60 (patch) | |
tree | ff8f0aaa77d059b0266ae0812913c1e905ad54e0 /www/reportmagic/Makefile | |
parent | 5047b16235e33a0252817a87e01402d175295f2a (diff) | |
download | freebsd-ports-graphics-8837283594cb7d6ec241d833cd32c11750b84a60.tar.gz freebsd-ports-graphics-8837283594cb7d6ec241d833cd32c11750b84a60.tar.zst freebsd-ports-graphics-8837283594cb7d6ec241d833cd32c11750b84a60.zip |
Broken this ports, it's not compatible with anlog 5.0.
Submitted by: maintainer
Diffstat (limited to 'www/reportmagic/Makefile')
-rw-r--r-- | www/reportmagic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/reportmagic/Makefile b/www/reportmagic/Makefile index 25b57fa9d5c..53658748420 100644 --- a/www/reportmagic/Makefile +++ b/www/reportmagic/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= analog:${PORTSDIR}/www/analog \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/HTML/Parser.pm:${PORTSDIR}/www/p5-HTML-Parser \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Config/IniFiles.pm:${PORTSDIR}/devel/p5-Config-IniFiles -WRKSRC= ${WRKDIR}/${DISTNAME} +BROKEN= "Not compatible with Analog 5.0." +WRKSRC= ${WRKDIR}/${DISTNAME} NO_BUILD= YES do-install: |