diff options
author | drochner <drochner@pkgsrc.org> | 2009-08-05 17:27:21 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-08-05 17:27:21 +0000 |
commit | f903a4ab44fb508531dea2fa728db76bccbf21db (patch) | |
tree | 9e15cea449c16773b645eb5aba1f1cc76c90bc8c /graphics/cinepaint | |
parent | 33393f06ce85218850beb9508e054c7665246b8f (diff) | |
download | pkgsrc-f903a4ab44fb508531dea2fa728db76bccbf21db.tar.gz |
this needs gmake, at least for me
Diffstat (limited to 'graphics/cinepaint')
-rw-r--r-- | graphics/cinepaint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index 3abfb90811b..06e7fdb7e0a 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2009/02/13 14:17:03 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2009/08/05 17:27:21 drochner Exp $ DISTNAME= cinepaint-0.22-1 PKGNAME= cinepaint-0.22.1 @@ -14,7 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= pkg-config msgfmt +USE_TOOLS+= pkg-config msgfmt gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-gtk2 CONFIGURE_ARGS+= --without-python |