diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 05:53:51 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-08-21 05:53:51 +0000 |
commit | 68b35c1c8f4345efed6f7654248e2e3d04d79158 (patch) | |
tree | 8228210bf9e4bd2fce846c4382d6b1e060273267 /x11 | |
parent | ab37b18f8105f3e5d5c66c0f8215de7b32bd86be (diff) | |
download | ports-68b35c1c8f4345efed6f7654248e2e3d04d79158.tar.gz ports-68b35c1c8f4345efed6f7654248e2e3d04d79158.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlockmore/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index b81b024404a9..71651eaee5e5 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -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 |