summaryrefslogtreecommitdiff
path: root/devel/swig
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-06-30 22:07:27 +0000
committertron <tron@pkgsrc.org>2001-06-30 22:07:27 +0000
commitd099d217b78c659cdc7f7b645cf971e50247e0c6 (patch)
treeed8739288ca2488634b341b74beee84dfb15100b /devel/swig
parentea2c9518093d903ae44b6f26caed06e9fb9aac16 (diff)
downloadpkgsrc-d099d217b78c659cdc7f7b645cf971e50247e0c6.tar.gz
Add missing dependences on Perl, Python and TCL.
Diffstat (limited to 'devel/swig')
-rw-r--r--devel/swig/Makefile9
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"