summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"