diff options
Diffstat (limited to 'geography')
-rw-r--r-- | geography/proj-swig/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index cf605a14c0d..d772ddf6e0a 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/07/26 22:46:31 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2006/08/22 19:37:40 gdt Exp $ # DISTNAME= proj-swig-0.01 +PKGREVISION= 1 CATEGORIES= geography MASTER_SITES= http://acert.ir.bbn.com/downloads/acert-geospatial/ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://acert.ir.bbn.com/downloads/acert-geospatial/ -COMMENT= guile and python wrappers for proj +COMMENT= Guile and python wrappers for proj USE_LANGUAGES+= c @@ -16,9 +17,8 @@ USE_LIBTOOL= yes HAS_CONFIGURE= yes GNU_CONFIGURE= yes -PY_PATCHPLIST= - +.include "../../devel/swig/buildlink3.mk" +.include "../../lang/guile/buildlink3.mk" .include "../../lang/python/extension.mk" .include "../../misc/proj/buildlink3.mk" -.include "../../lang/guile/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |