diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-21 17:33:30 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-05-21 17:33:30 +0000 |
commit | 03312af81c0f1c9f14815eab0449f373ccf26d70 (patch) | |
tree | cde9985a5866e0adefa4a2d25cfe4801be82e57a /editors/nvi-devel | |
parent | 7d18490f876afaf7b7aac971b3a56a1636d6cc4a (diff) | |
download | ports-03312af81c0f1c9f14815eab0449f373ccf26d70.tar.gz ports-03312af81c0f1c9f14815eab0449f373ccf26d70.zip |
Notes
Diffstat (limited to 'editors/nvi-devel')
-rw-r--r-- | editors/nvi-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/nvi-devel/Makefile b/editors/nvi-devel/Makefile index a728915d869f..457e991fde33 100644 --- a/editors/nvi-devel/Makefile +++ b/editors/nvi-devel/Makefile @@ -19,8 +19,6 @@ 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> - USE_BZIP2= yes WRKSRC= ${WRKDIR}/${DISTNAME}/build.unix GNU_CONFIGURE= yes @@ -41,4 +39,4 @@ post-install: ${RM} ${PREFIX}/man/cat1/${__p}.0 .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |