diff options
Diffstat (limited to 'devel/swig-perl/Makefile')
-rw-r--r-- | devel/swig-perl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/swig-perl/Makefile b/devel/swig-perl/Makefile index 906398d511a..7f31e141cae 100644 --- a/devel/swig-perl/Makefile +++ b/devel/swig-perl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/08/06 06:19:18 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2005/12/05 20:50:08 rillig Exp $ PKGNAME= swig-perl-${SWIG_VERSION} PKGREVISION= 2 @@ -6,7 +6,7 @@ COMMENT= Simplified Wrapper and Interface Generator, Perl runtime PKG_INSTALLATION_TYPES= overwrite pkgviews -.include "../swig-build/Makefile.common" +.include "../../devel/swig-build/Makefile.common" CONFIGURE_ARGS+= --with-perl5=${PERL5} |