diff options
Diffstat (limited to 'geography/geos/Makefile')
-rw-r--r-- | geography/geos/Makefile | 6 |
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" |