diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-05-23 00:13:41 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-05-23 00:13:41 +0000 |
commit | ef792197ad7375d8d4a8b7f54c2e316d391e41ce (patch) | |
tree | ae13e5072271eb2c1a6f13600b218405877ae114 /editors/nvi-perl/Makefile | |
parent | 524314e6d2fbad11b8254dc49879a20b0bd95285 (diff) | |
download | FreeBSD-ports-ef792197ad7375d8d4a8b7f54c2e316d391e41ce.zip FreeBSD-ports-ef792197ad7375d8d4a8b7f54c2e316d391e41ce.tar.gz |
Make buildable on -current and unmark BROKEN.
Diffstat (limited to 'editors/nvi-perl/Makefile')
-rw-r--r-- | editors/nvi-perl/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/editors/nvi-perl/Makefile b/editors/nvi-perl/Makefile index dcfa5e8..304af61 100644 --- a/editors/nvi-perl/Makefile +++ b/editors/nvi-perl/Makefile @@ -7,7 +7,7 @@ PORTNAME= nvi PORTVERSION= 1.79 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MASTER_SITES= ftp://sleepy.vwh.net/pub/ \ ftp://ftp.foretune.co.jp/pub/tools/nvi-m17n/ @@ -16,12 +16,6 @@ PKGNAMESUFFIX= -perl MAINTAINER= ports@FreeBSD.org 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 @@ -39,4 +33,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.post.mk> +.include <bsd.port.mk> |