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 | b9f6bbc789589afbf8ef9318037f2d624b0132ad (patch) | |
tree | 0a82895b669446415671aef4fdcac75034bb206d /net | |
parent | 89ccfa1dd77b2e0ac1a2541c00953ad3acde1330 (diff) | |
download | pkgsrc-b9f6bbc789589afbf8ef9318037f2d624b0132ad.tar.gz |
Uses C++.
Diffstat (limited to 'net')
-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 |