pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/openmotif USE_TOOLS+=, not =, says pkglint.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8f933e1e9c7
branches:  trunk
changeset: 505895:e8f933e1e9c7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jan 08 22:11:52 2006 +0000

description:
USE_TOOLS+=, not =, says pkglint.

diffstat:

 x11/openmotif/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4e0a9ba22c22 -r e8f933e1e9c7 x11/openmotif/Makefile
--- a/x11/openmotif/Makefile    Sun Jan 08 22:09:05 2006 +0000
+++ b/x11/openmotif/Makefile    Sun Jan 08 22:11:52 2006 +0000
@@ -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 @@
 
 USE_X11BASE=           yes
 USE_LIBTOOL=           yes
-USE_TOOLS=             gmake tbl
+USE_TOOLS+=            gmake tbl
 GNU_CONFIGURE=         yes
 
 SUBST_CLASSES+=                        man_rename



Home | Main Index | Thread Index | Old Index