summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2015-02-01 18:01:31 +0000
committerJason Helfman <jgh@FreeBSD.org>2015-02-01 18:01:31 +0000
commit76cf39c695cc6b11e812d15dbf01f318a209b77f (patch)
tree5ab325b444be013da9705dadfdf0f30049d2125f /x11/xlockmore
parent- Install stuff in pre-install target - this is needed for perl5.mk's fix-per... (diff)
- adddres misuse of options
PR: 197242 Submitted by: amdmi3@
Notes
Notes: svn path=/head/; revision=378257
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
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