diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-10-05 16:44:01 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-10-05 16:44:01 +0000 |
commit | c036e9712c0ef6c73d5f94670296d977f2edac27 (patch) | |
tree | 65a23df88e6d3e2c5cd33c2c308445c56177e2be /geography/Makefile | |
parent | 067fd6fdda72788ea5cbd81b812bdcf3629c4276 (diff) | |
download | pkgsrc-c036e9712c0ef6c73d5f94670296d977f2edac27.tar.gz |
Add/enable vis5d+.
Diffstat (limited to 'geography/Makefile')
-rw-r--r-- | geography/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index f167989197e..3c8fa9899ca 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.3 2003/10/04 21:00:14 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/10/05 16:44:01 jschauma Exp $ # COMMENT= Software for geographical-related uses SUBDIR+= gpspoint SUBDIR+= gpsutils +SUBDIR+= vis5d+ .include "../mk/bsd.pkg.subdir.mk" |