diff options
author | adam <adam@pkgsrc.org> | 2017-04-14 17:16:50 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-04-14 17:16:50 +0000 |
commit | c7ec6f88d0fcae2dccbe5e6abbe79fb39864aad9 (patch) | |
tree | 505994726d60defcd95225f192dca24d4e4bbe2f /wm/windowmaker | |
parent | b54da0329c524b6c2d980c6b784f49e0a1394282 (diff) | |
download | pkgsrc-c7ec6f88d0fcae2dccbe5e6abbe79fb39864aad9.tar.gz |
Explicitly disable ImageMagick support
Diffstat (limited to 'wm/windowmaker')
-rw-r--r-- | wm/windowmaker/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index ff8bacd188a..d510eb40a5b 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2017/03/20 12:29:52 adam Exp $ +# $NetBSD: Makefile,v 1.118 2017/04/14 17:16:50 adam Exp $ DISTNAME= WindowMaker-0.95.8 PKGNAME= ${DISTNAME:tl} @@ -16,6 +16,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes USE_TOOLS+= msgfmt perl:run pkg-config xgettext GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --disable-magick CONFIGURE_ARGS+= --enable-pango CONFIGURE_ARGS+= --enable-usermenu CONFIGURE_ARGS+= --enable-xinerama |