summaryrefslogtreecommitdiff
path: root/graphics/gqview-gtk1
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
committerrillig <rillig@pkgsrc.org>2005-09-28 20:52:18 +0000
commit63e84b1b84449ee2d7305c779da111b57099caf4 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /graphics/gqview-gtk1
parentd3860910249fb12e019d47196d7d1d1bfb361f20 (diff)
downloadpkgsrc-63e84b1b84449ee2d7305c779da111b57099caf4.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'graphics/gqview-gtk1')
-rw-r--r--graphics/gqview-gtk1/Makefile8
1 files changed, 4 insertions, 4 deletions
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"