diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-07 12:43:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-07 12:43:54 +0000 |
commit | 0549780688c60864f72fe4ec38f5ac772c15968d (patch) | |
tree | 0a82895b669446415671aef4fdcac75034bb206d /net/polsms | |
parent | edae17f5dddc3b635d3aff8f5d618f2e9045dc60 (diff) | |
download | pkgsrc-0549780688c60864f72fe4ec38f5ac772c15968d.tar.gz |
Uses C++.
Diffstat (limited to 'net/polsms')
-rw-r--r-- | net/polsms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/polsms/Makefile b/net/polsms/Makefile index 9c4f38f2482..b17b1a67223 100644 --- a/net/polsms/Makefile +++ b/net/polsms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/02/05 23:10:29 joerg Exp $ +# $NetBSD: Makefile,v 1.25 2006/06/07 12:43:54 joerg Exp $ # DISTNAME= sms-2.0.3 @@ -11,6 +11,7 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://www.ceti.pl/~miki/komputery/sms.html COMMENT= Send SMS to cellular phones in Poland (Plus, Idea, Era) +USE_LANGUAGES= c++ USE_TOOLS+= gmake INSTALLATION_DIRS= bin |