diff options
author | tnn <tnn@pkgsrc.org> | 2008-02-04 19:52:54 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-02-04 19:52:54 +0000 |
commit | e99aec31b2dec8fac94ea7de3747bb95f551dd8b (patch) | |
tree | 9d5ddbddec9be5fce0575284d06dffa7c6006941 /textproc | |
parent | 3f438c392c1b140fe00540b81f3c10698ee9b683 (diff) | |
download | pkgsrc-e99aec31b2dec8fac94ea7de3747bb95f551dd8b.tar.gz |
PR 37949: Aleksey Cheusov: USE_TOOLS needs to be fixed in several packages
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jade/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index a604170ad8c..94f13548f47 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2007/01/24 19:45:09 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2008/02/04 19:52:54 tnn Exp $ DISTNAME= jade-1.2.1 PKGREVISION= 12 @@ -18,7 +18,7 @@ PATCH_DIST_STRIP= -p1 CONFLICTS+= sp-[0-9]* USE_LANGUAGES= c c++ -USE_TOOLS+= gmake +USE_TOOLS+= gmake m4 GNU_CONFIGURE= YES USE_LIBTOOL= YES |