diff options
author | tron <tron@pkgsrc.org> | 2002-01-23 19:34:46 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-23 19:34:46 +0000 |
commit | dfa3a1079ed74010545f49f61b06653eb35d3d8f (patch) | |
tree | ef4ff79a5d388a54810976bdaa2ee72071c95fa3 /devel | |
parent | 13dc61fc59659e2da79223f2682e020298019eed (diff) | |
download | pkgsrc-dfa3a1079ed74010545f49f61b06653eb35d3d8f.tar.gz |
Switch to new "python" dependency scheme.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile index b3a7186557a..cff4ca7402f 100644 --- a/devel/swig/Makefile +++ b/devel/swig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/30 22:07:27 tron Exp $ +# $NetBSD: Makefile,v 1.5 2002/01/23 19:34:46 tron Exp $ DISTNAME= swig1.1p5 PKGNAME= swig-1.1p5 @@ -9,12 +9,11 @@ MAINTAINER= mellon@isc.org HOMEPAGE= http://www.swig.org/ COMMENT= Simplified Wrapper and Interface Generator -DEPENDS+= python>=2.0:../../lang/python - USE_PERL5= YES GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/SWIG1.1p5 +.include "../../lang/python/pyversion.mk" .include "../../lang/tcl/buildlink.mk" .include "../../mk/bsd.pkg.mk" |