diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2003-05-18 11:48:21 +0000 |
commit | bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11 (patch) | |
tree | 6198944537e2605f2a41371bfe1a13fd435427bc /editors/nvi-perl | |
parent | 8cd27aeab31370ee610906a9c8c9f142beb264e8 (diff) |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81219
Diffstat (limited to 'editors/nvi-perl')
-rw-r--r-- | editors/nvi-perl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index 02dab9ef0da5..dcfa5e845311 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -18,6 +18,10 @@ COMMENT= A clone of vi/ex, with perl5 linked into .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 500113 +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 |