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 | a170d5f456b85492c85eb5d60db72325e87a91d0 (patch) | |
tree | adc6722fd16825ca92e1b400a8f9334a7f7933c2 /geography | |
parent | 13a0dd5fd09d55d7c9080c8e70780ad09684e1aa (diff) | |
download | pkgsrc-a170d5f456b85492c85eb5d60db72325e87a91d0.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" |