diff options
author | tron <tron@pkgsrc.org> | 2001-06-30 22:07:27 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-06-30 22:07:27 +0000 |
commit | d099d217b78c659cdc7f7b645cf971e50247e0c6 (patch) | |
tree | ed8739288ca2488634b341b74beee84dfb15100b | |
parent | ea2c9518093d903ae44b6f26caed06e9fb9aac16 (diff) | |
download | pkgsrc-d099d217b78c659cdc7f7b645cf971e50247e0c6.tar.gz |
Add missing dependences on Perl, Python and TCL.
-rw-r--r-- | devel/swig/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile index dbb0ab6dc1d..b3a7186557a 100644 --- a/devel/swig/Makefile +++ b/devel/swig/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/16 14:39:04 wiz Exp $ -# +# $NetBSD: Makefile,v 1.4 2001/06/30 22:07:27 tron Exp $ DISTNAME= swig1.1p5 PKGNAME= swig-1.1p5 @@ -10,8 +9,12 @@ MAINTAINER= mellon@isc.org HOMEPAGE= http://www.swig.org/ COMMENT= Simplified Wrapper and Interface Generator -GNU_CONFIGURE= yes +DEPENDS+= python>=2.0:../../lang/python + +USE_PERL5= YES +GNU_CONFIGURE= YES WRKSRC= ${WRKDIR}/SWIG1.1p5 +.include "../../lang/tcl/buildlink.mk" .include "../../mk/bsd.pkg.mk" |