summaryrefslogtreecommitdiff
path: root/geography/geos/Makefile
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2008-12-11 17:17:57 +0000
committergdt <gdt@pkgsrc.org>2008-12-11 17:17:57 +0000
commit5824dbf30355d63b2f74dc7601960b051706c2c2 (patch)
tree725939d6a1ca23bc1ec01634e49765806dee2583 /geography/geos/Makefile
parent6728e8f73635bf51bcf7ea9b645b555c0e1d6db4 (diff)
downloadpkgsrc-5824dbf30355d63b2f74dc7601960b051706c2c2.tar.gz
Update to 3.0.3. Add TEST_TARGET. From NEWS:
Changes in 3.0.3 - Bug fixes.
Diffstat (limited to 'geography/geos/Makefile')
-rw-r--r--geography/geos/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/geos/Makefile b/geography/geos/Makefile
index 2dfdd685f37..a40d98960cd 100644
--- a/geography/geos/Makefile
+++ b/geography/geos/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2008/10/17 23:04:17 gdt Exp $
+# $NetBSD: Makefile,v 1.8 2008/12/11 17:17:57 gdt Exp $
#
-DISTNAME= geos-3.0.2
+DISTNAME= geos-3.0.3
CATEGORIES= geography
MASTER_SITES= http://download.osgeo.org/geos/
EXTRACT_SUFX= .tar.bz2
@@ -17,4 +17,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
+TEST_TARGET= check
+
.include "../../mk/bsd.pkg.mk"