diff options
author | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-01-14 02:09:35 +0000 |
commit | bbd52967db3e763461156db6ce03938e11717a34 (patch) | |
tree | 4e45393f80bc13327eb3d2467873328c365ce2fa /lang/smalltalk | |
parent | 61a093ec38c3d2105a3f40a7fc8d986f2e9fd920 (diff) | |
download | pkgsrc-bbd52967db3e763461156db6ce03938e11717a34.tar.gz |
Convert to USE_TOOLS=zip.
Diffstat (limited to 'lang/smalltalk')
-rw-r--r-- | lang/smalltalk/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 4126387a2a9..957d134ae90 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2011/12/23 19:01:40 asau Exp $ +# $NetBSD: Makefile,v 1.62 2012/01/14 02:09:37 hans Exp $ DISTNAME= smalltalk-3.2.4 PKGREVISION= 2 @@ -15,9 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip - -USE_TOOLS+= gawk gmake makeinfo pkg-config +USE_TOOLS+= gawk gmake makeinfo pkg-config zip USE_GNU_READLINE= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES |