diff options
Diffstat (limited to 'devel/swig/Makefile')
-rw-r--r-- | devel/swig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile index 4a36b4dc15f..20e8ce87338 100644 --- a/devel/swig/Makefile +++ b/devel/swig/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2002/09/24 10:30:35 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:40:40 jmmv Exp $ DISTNAME= swig1.1p5 PKGNAME= swig-1.1p5 +WRKSRC= ${WRKDIR}/SWIG1.1p5 CATEGORIES= devel MASTER_SITES= ftp://ftp.swig.org/pub/ @@ -12,8 +13,6 @@ COMMENT= Simplified Wrapper and Interface Generator USE_BUILDLINK2= YES GNU_CONFIGURE= YES -WRKSRC= ${WRKDIR}/SWIG1.1p5 - .include "../../lang/python/pyversion.mk" .include "../../lang/perl5/buildlink2.mk" |