diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-10 13:04:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-10 13:04:34 +0000 |
commit | a654ec43bc350c14a5bdd0d848a7008e751e729d (patch) | |
tree | 48ebc7e41fff8eb278fe047979dfade9ea133b16 /geography | |
parent | 98e7abe8e8bd809147350ec2476fcee3364675c2 (diff) | |
download | pkgsrc-a654ec43bc350c14a5bdd0d848a7008e751e729d.tar.gz |
Uses C++.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpsd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile index 55ec670b60f..b2df09ad688 100644 --- a/geography/gpsd/Makefile +++ b/geography/gpsd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/05/07 06:15:14 simonb Exp $ +# $NetBSD: Makefile,v 1.6 2006/05/10 13:04:34 joerg Exp $ DISTNAME= gpsd-2.31 CATEGORIES= geography @@ -10,6 +10,7 @@ COMMENT= GPS information daemon GNU_CONFIGURE= YES USE_LIBTOOL= yes +USE_LANGUAGES= c c++ INSTALLATION_DIRS= sbin |