From 63e84b1b84449ee2d7305c779da111b57099caf4 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. --- graphics/gqview-gtk1/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/gqview-gtk1') diff --git a/graphics/gqview-gtk1/Makefile b/graphics/gqview-gtk1/Makefile index 06d5edf9b27..00b9c99e5bd 100644 --- a/graphics/gqview-gtk1/Makefile +++ b/graphics/gqview-gtk1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:04 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/09/28 20:52:23 rillig Exp $ DISTNAME= gqview-1.2.2 PKGREVISION= 2 @@ -9,11 +9,11 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= GTK1-based graphic file viewer -BUILD_USES_MSGFMT= # defined +BUILD_USES_MSGFMT= yes -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 gnome1-1.5 -USE_PKGLOCALEDIR= # defined +USE_PKGLOCALEDIR= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../graphics/gdk-pixbuf/buildlink3.mk" -- cgit v1.2.3