diff options
author | jlam <jlam> | 2004-11-12 00:04:52 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-12 00:04:52 +0000 |
commit | 031c4315729d4b85a8659a88f1f45f0be6f2391d (patch) | |
tree | a0e90eaee126be2c65c365aa0d399e3226b07433 /comms/gsmlib | |
parent | 2098a667a3bcbd5806d95a73c43a42aaa91806fc (diff) | |
download | pkgsrc-031c4315729d4b85a8659a88f1f45f0be6f2391d.tar.gz |
This package uses libtool and C++.
Diffstat (limited to 'comms/gsmlib')
-rw-r--r-- | comms/gsmlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 3a8cf812e68..bf6ae39d29c 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:13:16 tv Exp $ +# $NetBSD: Makefile,v 1.15 2004/11/12 00:04:52 jlam Exp $ # DISTNAME= gsmlib-1.10 @@ -13,6 +13,8 @@ COMMENT= Library to access GSM mobile phones through GSM modems or IrDA devices BUILD_USES_MSGFMT= yes USE_GNU_TOOLS+= make +USE_LANGUAGES= c c++ +USE_LIBTOOL= YES USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES |