diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-12 00:04:52 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-12 00:04:52 +0000 |
commit | dda9573303fa69b4f822da9b7fa13137e2d66aee (patch) | |
tree | a0e90eaee126be2c65c365aa0d399e3226b07433 /comms/gsmlib | |
parent | 29468b2bbb2469b84cf2c0f2faf0be94910beabd (diff) | |
download | pkgsrc-dda9573303fa69b4f822da9b7fa13137e2d66aee.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 |