diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-13 21:06:02 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-13 21:06:02 +0000 |
commit | 25e208bcdfc4dd3458b0c2eefd52233a86dc1fb7 (patch) | |
tree | 0b7c0a6ae75ec821a42fb40d4c39ec56846d9b69 /misc/bbweather | |
parent | 408bc0a73baa1ccd458547cbe55515f1543257a8 (diff) | |
download | pkgsrc-25e208bcdfc4dd3458b0c2eefd52233a86dc1fb7.tar.gz |
Uses C++.
Diffstat (limited to 'misc/bbweather')
-rw-r--r-- | misc/bbweather/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bbweather/Makefile b/misc/bbweather/Makefile index 9e161296053..fbf782376ce 100644 --- a/misc/bbweather/Makefile +++ b/misc/bbweather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/02/05 23:10:07 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/05/13 21:06:02 joerg Exp $ # DISTNAME= bbweather-0.6.2 @@ -15,6 +15,7 @@ DEPENDS+= wget>=1.7:../../net/wget GNU_CONFIGURE= YES REPLACE_PERL= GrabWeather +USE_LANGUAGES= c c++ USE_TOOLS+= gunzip perl:run .include "../../mk/x11.buildlink3.mk" |