diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-10-05 17:42:22 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-10-05 17:42:22 +0000 |
commit | 305d436f7fd29ec9a2e521f5397296125a92574e (patch) | |
tree | adc6722fd16825ca92e1b400a8f9334a7f7933c2 /geography | |
parent | 87871a645c2cf58aa062aff542f6d89fbe201120 (diff) | |
download | pkgsrc-305d436f7fd29ec9a2e521f5397296125a92574e.tar.gz |
Add/enable mapserver.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/geography/Makefile b/geography/Makefile index 3c8fa9899ca..2908d3da6dc 100644 --- a/geography/Makefile +++ b/geography/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2003/10/05 16:44:01 jschauma Exp $ +# $NetBSD: Makefile,v 1.5 2003/10/05 17:42:22 jschauma Exp $ # COMMENT= Software for geographical-related uses SUBDIR+= gpspoint SUBDIR+= gpsutils +SUBDIR+= mapserver SUBDIR+= vis5d+ .include "../mk/bsd.pkg.subdir.mk" |