diff options
Diffstat (limited to 'graphics/gqview-gtk1/Makefile')
-rw-r--r-- | graphics/gqview-gtk1/Makefile | 8 |
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" |