diff options
author | nia <nia@pkgsrc.org> | 2020-09-20 13:30:45 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-09-20 13:30:45 +0000 |
commit | c4176c999948c564668ebc33be6481698bd4c781 (patch) | |
tree | 69447f632b295323280058c6100297839184ca4c | |
parent | 78254bd537393fa2e1806112d6c83252d0eb482d (diff) | |
download | pkgsrc-c4176c999948c564668ebc33be6481698bd4c781.tar.gz |
fluxbox: Enable xft support by default, rename option for consistency
Bump PKGREVISION
-rw-r--r-- | wm/fluxbox/Makefile | 4 | ||||
-rw-r--r-- | wm/fluxbox/options.mk | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/wm/fluxbox/Makefile b/wm/fluxbox/Makefile index c1a344c4c27..52623b15405 100644 --- a/wm/fluxbox/Makefile +++ b/wm/fluxbox/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2020/08/17 20:20:16 leot Exp $ +# $NetBSD: Makefile,v 1.71 2020/09/20 13:30:45 nia Exp $ DISTNAME= fluxbox-1.3.7 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= wm x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fluxbox/} EXTRACT_SUFX= .tar.bz2 diff --git a/wm/fluxbox/options.mk b/wm/fluxbox/options.mk index 2dc651c4349..346e1069316 100644 --- a/wm/fluxbox/options.mk +++ b/wm/fluxbox/options.mk @@ -1,8 +1,10 @@ -# $NetBSD: options.mk,v 1.7 2020/03/21 15:58:49 rillig Exp $ +# $NetBSD: options.mk,v 1.8 2020/09/20 13:30:45 nia Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.fluxbox -PKG_SUPPORTED_OPTIONS= imlib2 xft xrender nls -PKG_SUGGESTED_OPTIONS= xrender +PKG_SUPPORTED_OPTIONS= imlib2 xft2 xrender nls +PKG_SUGGESTED_OPTIONS= xft2 xrender + +PKG_OPTIONS_LEGACY_OPTS+= xft:xft2 .include "../../mk/bsd.options.mk" @@ -19,7 +21,7 @@ CONFIGURE_ARGS+= --enable-imlib2 CONFIGURE_ARGS+= --disable-imlib2 .endif -.if !empty(PKG_OPTIONS:Mxft) +.if !empty(PKG_OPTIONS:Mxft2) CONFIGURE_ARGS+= --enable-xft .include "../../x11/libXft/buildlink3.mk" .else |