diff options
Diffstat (limited to 'graphics/gqview/Makefile')
-rw-r--r-- | graphics/gqview/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 5c8bcc34a54..d812ebdfd9b 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2002/11/18 08:04:47 salo Exp $ +# $NetBSD: Makefile,v 1.33 2002/11/30 14:50:13 grant Exp $ # DISTNAME= gqview-1.0.1 @@ -10,13 +10,13 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= another gtk-based graphic file viewer -BUILD_USES_MSGFMT= yes +BUILD_USES_MSGFMT= # defined -USE_BUILDLINK2= yes -USE_X11BASE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no -MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +USE_BUILDLINK2= # defined +USE_X11BASE= # defined +GNU_CONFIGURE= # defined +USE_PKGLOCALEDIR= # defined +CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG=no .include "../../devel/gettext-lib/buildlink2.mk" .include "../../graphics/gdk-pixbuf/buildlink2.mk" |