From 5946936ffcde6674d4e6801abd4a757acd269dd5 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. --- www/emacs-w3m/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/emacs-w3m') diff --git a/www/emacs-w3m/Makefile b/www/emacs-w3m/Makefile index 357c98b5a7f..b7e22489de5 100644 --- a/www/emacs-w3m/Makefile +++ b/www/emacs-w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/08/28 04:25:31 uebayasi Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:27 rillig Exp $ DISTNAME= emacs-w3m-1.3.3 PKGNAME= ${EMACS_PKGNAME_PREFIX}${DISTNAME} @@ -26,7 +26,7 @@ EMACS_MAJOR_VERSION= ${EMACS_VERSION:C/\..*//} BUILD_DEPENDS+= ${EMACS_PKGNAME_PREFIX}Mule-UCS>=0.84:../../editors/mule-ucs .endif -HAS_CONFIGURE= # defined +HAS_CONFIGURE= yes CONFIGURE_ARGS+=--with-emacs=${EMACS_BIN} BUILD_TARGET= default .if ${EMACS_FLAVOR} == "xemacs" -- cgit v1.2.3