summaryrefslogtreecommitdiff
path: root/devel/libglade/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2b7701c2e846af68d16fca094c7edd5a431d4797 (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /devel/libglade/Makefile
parent381acf95ec4f42fe16a17018bf9d56363883a683 (diff)
downloadpkgsrc-2b7701c2e846af68d16fca094c7edd5a431d4797.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'devel/libglade/Makefile')
-rw-r--r--devel/libglade/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile
index 96cc9d64207..859ee96958c 100644
--- a/devel/libglade/Makefile
+++ b/devel/libglade/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2006/02/05 23:08:45 joerg Exp $
+# $NetBSD: Makefile,v 1.59 2006/04/13 18:23:31 jlam Exp $
DISTNAME= libglade-0.17
PKGREVISION= 8
@@ -9,8 +9,7 @@ MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://www.daa.com.au/~james/gnome/
COMMENT= Runtime interpreter for GLADE GUI files
-BUILD_USES_MSGFMT= yes
-
+USE_TOOLS+= msgfmt
USE_X11BASE= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes