diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-10-04 20:52:18 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-10-04 20:52:18 +0000 |
commit | ad5bdf94bf22841d8d03e0b59f32879008cb83db (patch) | |
tree | a2d47c68219679ba9603c0ed6b86ab9d7fa211be /geography | |
parent | 3714a17df7fb463cfa63c57587a6d642e918ef19 (diff) | |
download | pkgsrc-ad5bdf94bf22841d8d03e0b59f32879008cb83db.tar.gz |
Add/enable gpspoint.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 5d2724bcd70..45c144bb586 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2003/10/04 19:34:46 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/10/04 20:52:18 jschauma Exp $ # COMMENT= Software for geographical-related uses +SUBDIR+= gpspoint + .include "../mk/bsd.pkg.subdir.mk" |