diff options
author | joerg <joerg> | 2006-05-12 07:07:00 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-12 07:07:00 +0000 |
commit | e7a4b706b4757a7150c24e214b8fe3068e1e9dd3 (patch) | |
tree | fda76a33970247f2b101c39fa7c796cf67dc972e /ham | |
parent | 75f05d6180c996e1bc82956013d91295d64d3a68 (diff) | |
download | pkgsrc-e7a4b706b4757a7150c24e214b8fe3068e1e9dd3.tar.gz |
Uses C++.
Diffstat (limited to 'ham')
-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 |