diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-21 14:56:32 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-21 14:56:32 +0000 |
commit | cd445dae55f82277218e13f1bc8846abd60a1d86 (patch) | |
tree | e80113d225602dca13d738e651afe552b72cb445 | |
parent | 3b536967d20c564e440be6faefa22b562b6d7e93 (diff) | |
download | pkgsrc-cd445dae55f82277218e13f1bc8846abd60a1d86.tar.gz |
graphics/cinepaint: remove unknown configure option
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index b80a4ea49d8..1ef0877c025 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2020/03/10 22:10:03 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2020/05/21 14:56:32 rillig Exp $ DISTNAME= cinepaint-1.0-4 PKGNAME= cinepaint-1.0.4 @@ -17,7 +17,6 @@ USE_LANGUAGES= c c++11 USE_LIBTOOL= yes USE_TOOLS+= pkg-config msgfmt gmake GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-gtk2 CONFIGURE_ARGS+= --without-python PKGCONFIG_OVERRIDE= cinepaint-gtk.pc.in |