svn commit: r378257 - head/x11/xlockmore

Jason Helfman jgh at FreeBSD.org
Sun Feb 1 18:01:32 UTC 2015


Author: jgh
Date: Sun Feb  1 18:01:31 2015
New Revision: 378257
URL: https://svnweb.freebsd.org/changeset/ports/378257
QAT: https://qat.redports.org/buildarchive/r378257/

Log:
  - adddres misuse of options
  
  PR:		197242
  Submitted by:	amdmi3@

Modified:
  head/x11/xlockmore/Makefile

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Sun Feb  1 17:57:57 2015	(r378256)
+++ head/x11/xlockmore/Makefile	Sun Feb  1 18:01:31 2015	(r378257)
@@ -24,7 +24,7 @@ LIB_DEPENDS+=	libfreetype.so:${PORTSDIR}
 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
 


More information about the svn-ports-head mailing list