Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Aug 2012 05:53:51 +0000 (UTC)
From:      Jason Helfman <jgh@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r302846 - head/x11/xlockmore
Message-ID:  <201208210553.q7L5rp0T072590@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jgh
Date: Tue Aug 21 05:53:51 2012
New Revision: 302846
URL: http://svn.freebsd.org/changeset/ports/302846

Log:
  - fix typo on TIME_BOMB, CUSTOMIZATION, DISABLE_ALLOW_ROOT ports options introduced by r301477
  
  PR:     170805
  Submitted by:   Artis.Caune@gmail.com
  Approved by:    maintainer, marius@nuenneri.ch (implicit)

Modified:
  head/x11/xlockmore/Makefile

Modified: head/x11/xlockmore/Makefile
==============================================================================
--- head/x11/xlockmore/Makefile	Tue Aug 21 05:44:16 2012	(r302845)
+++ head/x11/xlockmore/Makefile	Tue Aug 21 05:53:51 2012	(r302846)
@@ -119,19 +119,19 @@ CONFIGURE_ARGS+=	--without-gtk2
 CONFIGURE_ARGS+=	--enable-xlock-group
 .endif
 
-.if ${PORT_OPTIONS:MTIME_BOMB)
+.if ${PORT_OPTIONS:MTIME_BOMB}
 CONFIGURE_ARGS+=	--enable-bomb
 .else
 CONFIGURE_ARGS+=	--disable-bomb
 .endif
 
-.if ${PORT_OPTIONS:MCUSTOMIZATION)
+.if ${PORT_OPTIONS:MCUSTOMIZATION}
 CONFIGURE_ARGS+=	--enable-customization
 .endif
 
 CONFIGURE_ENV+=		XLOCKLIBS="${KRB5LIB} ${KRB4LIB} ${MESALIB}"
 
-.if ${PORT_OPTIONS:MDISABLE_ALLOW_ROOT)
+.if ${PORT_OPTIONS:MDISABLE_ALLOW_ROOT}
 CONFIGURE_ARGS+=	--disable-allow-root
 .endif
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208210553.q7L5rp0T072590>