diff options
author | joerg <joerg> | 2006-05-12 06:45:01 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-12 06:45:01 +0000 |
commit | 75f05d6180c996e1bc82956013d91295d64d3a68 (patch) | |
tree | 87cc0db58a5689c75d731c6e98f30b15d3dca443 /geography | |
parent | eb139f3b93679ad3428e90f6d4d2c3688b3bdcb6 (diff) | |
download | pkgsrc-75f05d6180c996e1bc82956013d91295d64d3a68.tar.gz |
Uses C++.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gpspoint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/gpspoint/Makefile b/geography/gpspoint/Makefile index 1980cb2bb36..3642fbca335 100644 --- a/geography/gpspoint/Makefile +++ b/geography/gpspoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2006/05/11 11:05:54 rillig Exp $ +# $NetBSD: Makefile,v 1.9 2006/05/12 06:50:16 joerg Exp $ DISTNAME= gpspoint-2.030521 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= Program to download and upload waypoints to and from your GPS device DEPENDS+= dialog>=0.6:../../misc/dialog USE_PKGLOCALEDIR= yes +USE_LANGUAGES= c c++ USE_LIBTOOL= yes GNU_CONFIGURE= yes |