diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-12 07:07:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-12 07:07:00 +0000 |
commit | 7a5c710ddf60d6ef5e0a0bd903335ec73c4a61de (patch) | |
tree | fda76a33970247f2b101c39fa7c796cf67dc972e /ham/hamlib | |
parent | feab4477d0e6cf37e776a65f1e0b2c081e98aa10 (diff) | |
download | pkgsrc-7a5c710ddf60d6ef5e0a0bd903335ec73c4a61de.tar.gz |
Uses C++.
Diffstat (limited to 'ham/hamlib')
-rw-r--r-- | ham/hamlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index d6ae268664c..7b896857349 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/03/11 01:53:39 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2006/05/12 07:07:00 joerg Exp $ # DISTNAME= hamlib-1.2.5 @@ -10,6 +10,7 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://hamlib.sourceforge.net/ COMMENT= API for digital communications equipment +USE_LANGUAGES= c c++ USE_TOOLS+= gmake GNU_CONFIGURE= yes USE_LIBTOOL= yes |