diff options
author | epg <epg@pkgsrc.org> | 2003-08-28 22:33:14 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2003-08-28 22:33:14 +0000 |
commit | 2e16f07909a7e30a48450c8815946cb414d93e12 (patch) | |
tree | 292ce72600366ec4b265bc6f4dbde8ee2b0ad027 /devel/swig-build/Makefile.common | |
parent | 7b4dbe3263ee2ddd0f1f79a02359470f7f2f0bc0 (diff) | |
download | pkgsrc-2e16f07909a7e30a48450c8815946cb414d93e12.tar.gz |
Update to 1.3.19, drop autoconf dependency, and allow building with a
python using pth.
Diffstat (limited to 'devel/swig-build/Makefile.common')
-rw-r--r-- | devel/swig-build/Makefile.common | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/swig-build/Makefile.common b/devel/swig-build/Makefile.common index c3e922293cb..7cac5e38e70 100644 --- a/devel/swig-build/Makefile.common +++ b/devel/swig-build/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2003/05/25 08:52:37 epg Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/08/28 22:33:14 epg Exp $ DISTNAME= swig-${SWIG_VERSION} CATEGORIES= devel @@ -30,8 +30,3 @@ CONFIGURE_ARGS+= --without-php4 CONFIGURE_ARGS+= --without-pike CONFIGURE_ARGS+= --without-ruby CONFIGURE_ARGS+= --without-tcl - -pre-configure: - cd ${WRKSRC} && ${AUTOCONF} - -.include "../../mk/autoconf.mk" |