diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-08 22:11:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-08 22:11:52 +0000 |
commit | 06d5f26332e5f16607216a03f1a417baf5e4900f (patch) | |
tree | d040422bb77328a0067eb3ddf261815e5fb269a5 /x11 | |
parent | ff83ba02a2da092988bb10c3f6e2f8ea1250d7ea (diff) | |
download | pkgsrc-06d5f26332e5f16607216a03f1a417baf5e4900f.tar.gz |
USE_TOOLS+=, not =, says pkglint.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/openmotif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index 5b612c45e23..1da89cdcde0 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2006/01/07 21:08:12 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2006/01/08 22:11:52 wiz Exp $ PKGVER= 2.2.3 DISTNAME= openMotif-${PKGVER} @@ -17,7 +17,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_X11BASE= yes USE_LIBTOOL= yes -USE_TOOLS= gmake tbl +USE_TOOLS+= gmake tbl GNU_CONFIGURE= yes SUBST_CLASSES+= man_rename |