diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-18 19:39:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-18 19:39:01 +0000 |
commit | 39d9bf85a30e3fd5014e82cb8b02eb1d86ddc6b6 (patch) | |
tree | 68d977d1d86bfb32739b3829cacb478280c97462 /graphics | |
parent | b65a9462f2536c55d85143179afb720424f94f05 (diff) | |
download | pkgsrc-39d9bf85a30e3fd5014e82cb8b02eb1d86ddc6b6.tar.gz |
Needs GNU Make.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libart2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libart2/Makefile b/graphics/libart2/Makefile index a0929a182b0..92d9a09ea90 100644 --- a/graphics/libart2/Makefile +++ b/graphics/libart2/Makefile @@ -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 @@ PKG_DESTDIR_SUPPORT= user-destdir 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" |