From 497cdd7125f8abe86eec13bb709ecc6625e715f0 Mon Sep 17 00:00:00 2001 From: rillig Date: Wed, 28 Sep 2005 20:52:18 +0000 Subject: Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, NO_BUILD, USE_LIBTOOL. --- editors/vile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/vile') diff --git a/editors/vile/Makefile b/editors/vile/Makefile index 6e3dfb668bc..daf8b9bc02a 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2005/09/27 22:49:27 agc Exp $ +# $NetBSD: Makefile,v 1.44 2005/09/28 20:52:20 rillig Exp $ DISTNAME= vile-9.5 CATEGORIES= editors @@ -10,7 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://dickey.his.com/vile/vile.html COMMENT= VI Like Emacs. a vi "workalike", with many additional features -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --datadir=${DATADIR} CONFIGURE_ARGS+= --with-libdir-path=${FILTERDIR} -- cgit v1.2.3