diff options
author | gdt <gdt@pkgsrc.org> | 2006-08-28 13:59:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-08-28 13:59:51 +0000 |
commit | 90c21013c7f48a116faaa8be54a0d24973106303 (patch) | |
tree | 6cfcb8e50b2797263f975c1db38325a69de1c4ca | |
parent | f6ab264f7d27a3b9f87a50aaaed28e90900097af (diff) | |
download | pkgsrc-90c21013c7f48a116faaa8be54a0d24973106303.tar.gz |
fix PLIST by adding PY_PATCHPLIST
-rw-r--r-- | geography/proj-swig/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/proj-swig/Makefile b/geography/proj-swig/Makefile index d772ddf6e0a..e5be186473e 100644 --- a/geography/proj-swig/Makefile +++ b/geography/proj-swig/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/08/22 19:37:40 gdt Exp $ +# $NetBSD: Makefile,v 1.3 2006/08/28 13:59:51 gdt Exp $ # DISTNAME= proj-swig-0.01 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= geography MASTER_SITES= http://acert.ir.bbn.com/downloads/acert-geospatial/ @@ -17,6 +17,8 @@ USE_LIBTOOL= yes HAS_CONFIGURE= yes GNU_CONFIGURE= yes +PY_PATCHPLIST= yes + .include "../../devel/swig/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" .include "../../lang/python/extension.mk" |