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-devel | |
parent | 8cd27aeab31370ee610906a9c8c9f142beb264e8 (diff) | |
download | ports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.tar.gz ports-bc2b8d09afb2447faaa98aa5f5c1e66ed3a7bc11.zip |
BROKEN on 5.1: does not compile
Notes
Notes:
svn path=/head/; revision=81219
Diffstat (limited to 'editors/nvi-devel')
-rw-r--r-- | editors/nvi-devel/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index d0f1736dc8ca..6fd4b401f58e 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -19,6 +19,12 @@ COMMENT= Development snapshot of the world-renown nvi editor BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv LIB_DEPENDS= db3.3:${PORTSDIR}/databases/db3 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 500113 +BROKEN= "Does not compile" +.endif + USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= yes @@ -39,4 +45,4 @@ post-install: ${RM} ${PREFIX}/man/cat1/${__p}.0 .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |