pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libart2 Needs GNU Make.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f10cc38407e
branches:  trunk
changeset: 524109:1f10cc38407e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Jan 18 19:39:01 2007 +0000

description:
Needs GNU Make.

diffstat:

 graphics/libart2/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7c0d9dcf80eb -r 1f10cc38407e graphics/libart2/Makefile
--- a/graphics/libart2/Makefile Thu Jan 18 19:31:57 2007 +0000
+++ b/graphics/libart2/Makefile Thu Jan 18 19:39:01 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2006/11/05 17:23:45 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2007/01/18 19:39:01 rillig Exp $
 
 DISTNAME=              libart_lgpl-2.3.17
 PKGNAME=               ${DISTNAME:S/_lgpl/2/}
@@ -17,5 +17,7 @@
 GNU_CONFIGURE=         YES
 USE_LIBTOOL=           YES
 PKGCONFIG_OVERRIDE=    libart-2.0.pc.in
+# bmake cannot handle the self-made libtool logic in Makefile.am.
+USE_TOOLS+=            gmake
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index