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 | 3898ce2f2d069e0669178de70c0519a01202e7f6 (patch) | |
tree | 729febc408b332097c08ae0e7d6cc546eae5bec4 /x11/gtk/Makefile | |
parent | 1fbf196231c041a6156a15d4636adac1f8636ea2 (diff) | |
download | pkgsrc-3898ce2f2d069e0669178de70c0519a01202e7f6.tar.gz |
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 3c6e6cb134a..dfd1128faec 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.116 2006/03/30 03:44:44 jlam Exp $ +# $NetBSD: Makefile,v 1.117 2006/04/13 18:23:40 jlam Exp $ DISTNAME= gtk+-1.2.10 PKGREVISION= 9 @@ -16,10 +16,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews .include "../../mk/bsd.prefs.mk" -BUILD_USES_MSGFMT= yes USE_DIRS+= xdg-1.1 USE_X11BASE= yes -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake msgfmt perl USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= gdk.pc.in |