diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 18:23:29 +0000 |
commit | 1cf9796f3cd4e88d0e6a9c255ade06c839b84da0 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /graphics/gqview | |
parent | c3df5f94e8336d21aea6980590b3530b787be1a9 (diff) | |
download | pkgsrc-1cf9796f3cd4e88d0e6a9c255ade06c839b84da0.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 2fa2a6b9c6c..37f4a33539c 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.58 2006/02/05 23:09:32 joerg Exp $ +# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:33 jlam Exp $ DISTNAME= gqview-2.0.1 PKGREVISION= 2 @@ -9,9 +9,7 @@ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://gqview.sourceforge.net/ COMMENT= GTK2-based graphic file viewer -BUILD_USES_MSGFMT= yes - -USE_TOOLS+= pkg-config +USE_TOOLS+= msgfmt pkg-config GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= yes |