diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 18:14:37 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-05-10 18:14:37 +0000 |
commit | fdd8b5a133317caa165ab1fe3e1c202286a33dc0 (patch) | |
tree | 15896faa60e2bb7f773506aac090e2c0ebde677d /www/reportmagic/Makefile | |
parent | Update to knu-cvsweb 1.106.1.72. (diff) |
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 25b57fa9d5c0..53658748420d 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: |