summaryrefslogtreecommitdiff
path: root/comms/gsmlib
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 18:23:29 +0000
committerjlam <jlam>2006-04-13 18:23:29 +0000
commit2c01ea3b7724677eb90f7cc5186e55f90a768fed (patch)
tree729febc408b332097c08ae0e7d6cc546eae5bec4 /comms/gsmlib
parent0d23c6cf3b6a21d4d2329d18c05613115d683099 (diff)
downloadpkgsrc-2c01ea3b7724677eb90f7cc5186e55f90a768fed.tar.gz
BUILD_USE_MSGFMT and USE_MSGFMT_PLURALS are obsolete. Replace with
USE_TOOLS+=msgfmt.
Diffstat (limited to 'comms/gsmlib')
-rw-r--r--comms/gsmlib/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile
index 9588490b1ca..0e3d9b71cb3 100644
--- a/comms/gsmlib/Makefile
+++ b/comms/gsmlib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:05 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2006/04/13 18:23:30 jlam Exp $
#
DISTNAME= gsmlib-1.10
@@ -10,9 +10,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pxh.de/fs/gsmlib/
COMMENT= Library to access GSM mobile phones through GSM modems or IrDA devices
-BUILD_USES_MSGFMT= yes
-
-USE_TOOLS+= gmake
+USE_TOOLS+= gmake msgfmt
USE_LANGUAGES= c c++
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES