1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- 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)
This commit is contained in:
Jason Helfman 2012-08-21 05:53:51 +00:00
parent ab37b18f81
commit 68b35c1c8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302846

View File

@ -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