svn commit: r502852 - head/x11/xlockmore
Tobias Kortkamp
tobik at FreeBSD.org
Tue May 28 05:27:09 UTC 2019
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)
More information about the svn-ports-all
mailing list