diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /editors/nvi-m17n | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'editors/nvi-m17n')
-rw-r--r-- | editors/nvi-m17n/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/nvi-m17n/Makefile b/editors/nvi-m17n/Makefile index 87b48433a9c..bcbdbe47959 100644 --- a/editors/nvi-m17n/Makefile +++ b/editors/nvi-m17n/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/03/24 21:12:53 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2005/04/11 21:45:41 tv Exp $ DISTNAME= nvi-1.79 PKGNAME= nvi-m17n-1.79.19991117 @@ -16,7 +16,6 @@ COMMENT= Clone of vi/ex, with multilingual patch CONFLICTS= vigor-[0-9]* nvi-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME}/build -USE_BUILDLINK3= YES GNU_CONFIGURE= YES PATCH_DIST_ARGS=-d ${WRKSRC}/.. --forward --quiet -E -p1 -f CONFIGURE_ENV= OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"' |