diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-28 13:27:06 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-28 13:27:06 +0800 |
commit | 08014708e978910ebe29868564ea3e0ced46d00c (patch) | |
tree | ccd4e27010338d1039864c21b90e0c35c7c28e30 /x11/xlockmore | |
parent | ac7b3127f62f2c071aaa94f75585b6a28a1512ae (diff) | |
download | freebsd-ports-gnome-08014708e978910ebe29868564ea3e0ced46d00c.tar.gz freebsd-ports-gnome-08014708e978910ebe29868564ea3e0ced46d00c.tar.zst freebsd-ports-gnome-08014708e978910ebe29868564ea3e0ced46d00c.zip |
x11/xlockmore: Actually make JP=on imply MB=on
Currently MB is appended too late to PORT_OPTIONS to have any actual
effect.
Diffstat (limited to 'x11/xlockmore')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index e84c1cd88070..aa0b11152ae0 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -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) |