diff options
author | jschauma <jschauma> | 2003-10-05 16:44:01 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-10-05 16:44:01 +0000 |
commit | cf07f037dff6bb2a3eb62a8f2dc2a55110beacfc (patch) | |
tree | 65a23df88e6d3e2c5cd33c2c308445c56177e2be | |
parent | 0b1bba43ccdf58028c12dc7f9738aef3be80291a (diff) | |
download | pkgsrc-cf07f037dff6bb2a3eb62a8f2dc2a55110beacfc.tar.gz |
Add/enable vis5d+.
-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" |