summaryrefslogtreecommitdiff
path: root/editors/nvi-perl
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-03-28 22:28:02 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-03-28 22:28:02 +0000
commitbc04250473786a20960487a6989a79e2b462e2fc (patch)
tree58ed0a59ca99f7a0b4ae4cadabd6935d0b56831e /editors/nvi-perl
parentRemoved KDE_I18N_VERSION, which I should have removed before release. (diff)
Mark BROKEN on 5.0: does not compile
Submitted by: parv <parv@pair.com>
Notes
Notes: svn path=/head/; revision=77653
Diffstat (limited to 'editors/nvi-perl')
-rw-r--r--editors/nvi-perl/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile
index 8db12192eb20..5831f99b4771 100644
--- a/editors/nvi-perl/Makefile
+++ b/editors/nvi-perl/Makefile
@@ -16,6 +16,12 @@ PKGNAMESUFFIX= -perl
MAINTAINER= ports@FreeBSD.org
COMMENT= A clone of vi/ex, with perl5 linked into
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not compile"
+.endif
+
# can't say PATCH_DIST_STRIP=-p1 because contains files outside ${WRKSRC}
PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p0
PATCH_ARGS= -d ${WRKSRC}/.. --forward --quiet -E -p0
@@ -32,4 +38,4 @@ MLINKS= pnvi.1 pnex.1 pnvi.1 pnview.1
post-patch:
${LN} -s /usr/include/sys/queue.h ${WRKSRC}/../include/sys/queue_dist.h
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>