Date: Tue, 28 May 2019 05:27:06 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502852 - head/x11/xlockmore Message-ID: <201905280527.x4S5R6lj084206@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Tue May 28 05:27:06 2019 New Revision: 502852 URL: https://svnweb.freebsd.org/changeset/ports/502852 Log: x11/xlockmore: Actually make JP=on imply MB=on Currently MB is appended too late to PORT_OPTIONS to have any actual effect. Modified: head/x11/xlockmore/Makefile Modified: head/x11/xlockmore/Makefile ============================================================================== --- head/x11/xlockmore/Makefile Tue May 28 05:16:49 2019 (r502851) +++ head/x11/xlockmore/Makefile Tue May 28 05:27:06 2019 (r502852) @@ -3,6 +3,7 @@ PORTNAME= xlockmore PORTVERSION= 5.55 +PORTREVISION= 1 CATEGORIES?= x11 MASTER_SITES= http://www.sillycycle.com/xlock/ \ LOCAL/jgh/x11/${PORTNAME}/ @@ -47,6 +48,8 @@ OPTIONS_RADIO_ONE= PAM XLOCK_GROUP NO_OPTIONS_SORT=yes +JP_IMPLIES= MB + MAKE_ARGS+= bindir=${PREFIX}/bin \ mandir=${PREFIX}/man/man1 \ datarootdir=${PREFIX}/share \ @@ -101,7 +104,6 @@ CONFIGURE_ARGS+= --enable-use-mb .if ${PORT_OPTIONS:MJP} XLOCKMORE_LANG= ja CATEGORIES+= japanese -PORT_OPTIONS+= MB .endif .if defined(XLOCKMORE_LANG)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905280527.x4S5R6lj084206>