summaryrefslogtreecommitdiff
path: root/devel/swig
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-06-18 10:45:06 +0000
committerrillig <rillig@pkgsrc.org>2006-06-18 10:45:06 +0000
commitf08b45836bad6270540e1e088f052872d1aeb856 (patch)
treeb4051962d0f97f0aae1bba98d7ae0349d631ea4b /devel/swig
parentd9956d53f8e0a1e75c7006edfb9db6110279a65e (diff)
downloadpkgsrc-f08b45836bad6270540e1e088f052872d1aeb856.tar.gz
Exclude all files in share/examples/swig/ from CHECK_INTERPRETER. This
is necessary to avoid a run-time dependency on Perl.
Diffstat (limited to 'devel/swig')
-rw-r--r--devel/swig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile
index b47cb04f4fb..c03f57bb07e 100644
--- a/devel/swig/Makefile
+++ b/devel/swig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/05/21 16:34:19 rillig Exp $
+# $NetBSD: Makefile,v 1.20 2006/06/18 10:45:06 rillig Exp $
DISTNAME= swig-1.3.29
CATEGORIES= devel
@@ -20,7 +20,7 @@ USE_LIBTOOL= YES
INSTALLATION_DIRS+= share/doc/swig share/examples/swig
-CHECK_INTERPRETER_SKIP+= share/examples/swig/guile/matrix/matrix.scm
+CHECK_INTERPRETER_SKIP+= share/examples/swig/*
post-install:
cd ${WRKSRC:Q}/Doc/Manual && \