diff options
author | schmonz <schmonz@pkgsrc.org> | 2008-04-15 13:46:01 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2008-04-15 13:46:01 +0000 |
commit | 45ab69949b04fc8b93e319db6d68beba855d5dd3 (patch) | |
tree | 01a27e26b38bbde15eb955ac5f86704120225e5a | |
parent | eee49298579bae75225d63e05199e17021fcf80a (diff) | |
download | pkgsrc-45ab69949b04fc8b93e319db6d68beba855d5dd3.tar.gz |
INSTALL_UNSTRIPPED on Darwin so nvi runs. Bump PKGREVISION.
-rw-r--r-- | editors/nvi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nvi/Makefile b/editors/nvi/Makefile index 3d2f53f1c65..618ba98bcac 100644 --- a/editors/nvi/Makefile +++ b/editors/nvi/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2008/04/15 11:58:12 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2008/04/15 13:46:01 schmonz Exp $ # DISTNAME= nvi-1.81.6 +PKGREVISION= 1 CATEGORIES= editors MASTER_SITES= ${HOMEPAGE} EXTRACT_SUFX= .tar.bz2 @@ -36,6 +37,7 @@ CONFIGURE_ENV+= vi_cv_include_sys_select=no .elif ${OPSYS} == "Darwin" CONFIGURE_ENV+= vi_cv_sys5_pty=no LDFLAGS+= -flat_namespace +INSTALL_UNSTRIPPED= yes .endif # We need exactly the db3 API. |