diff options
author | jgh <jgh@FreeBSD.org> | 2015-02-02 02:01:31 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2015-02-02 02:01:31 +0800 |
commit | a5a7e73e68a20caca7e86e15bf9b2dffd8902a1c (patch) | |
tree | 5ab325b444be013da9705dadfdf0f30049d2125f /x11 | |
parent | 77e6319af2cad0249f37f8335a702c938cc56377 (diff) | |
download | freebsd-ports-gnome-a5a7e73e68a20caca7e86e15bf9b2dffd8902a1c.tar.gz freebsd-ports-gnome-a5a7e73e68a20caca7e86e15bf9b2dffd8902a1c.tar.zst freebsd-ports-gnome-a5a7e73e68a20caca7e86e15bf9b2dffd8902a1c.zip |
- adddres misuse of options
PR: 197242
Submitted by: amdmi3@
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 79d7c148ec61..5ac35c8682b5 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS+= libfreetype.so:${PORTSDIR}/print/freetype2 CONFIGURE_ENV+= ac_freetype_includes="${LOCALBASE}/include/freetype2" OPTIONS_DEFINE= MESAGL MB SYSLOG DISABLE_ALLOW_ROOT NICE_ONLY BLANK_ONLY \ - KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK XLOCKMORE_LANG + KERBEROS4 BAD_PAM GTK2 TIME_BOMB CUSTOMIZATION MAGICK OPTIONS_SUB= yes MESAGL_DESC= Mesa 3D (for GL modes) @@ -94,7 +94,7 @@ CONFIGURE_ARGS+= --enable-blank-only CONFIGURE_ARGS+= --enable-use-mb .endif -.if ${PORT_OPTIONS:MXLOCKMORE_LANG} +.if defined(XLOCKMORE_LANG) CONFIGURE_ARGS+= --with-lang=${XLOCKMORE_LANG} .endif |