diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2012-10-07 15:22:42 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2012-10-07 15:22:42 +0000 |
commit | 13a0dc80f8d879646d8bf384e73319b9f7876348 (patch) | |
tree | c7769df835b3c139b340ef5eaa217768eed2e681 /misc/mc-light/Makefile | |
parent | - Update to 2.6.2 (diff) |
The option SUBSHELL has reversed logic.
Bump PORTREVISION since the default dependency is changed.
Pointed out by: Alexander Efimov <alephis@gmail.com> (at freebsd-ports@)
Notes
Notes:
svn path=/head/; revision=305491
Diffstat (limited to 'misc/mc-light/Makefile')
-rw-r--r-- | misc/mc-light/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mc-light/Makefile b/misc/mc-light/Makefile index e9ebf14dabfd..f61691e1970b 100644 --- a/misc/mc-light/Makefile +++ b/misc/mc-light/Makefile @@ -7,7 +7,7 @@ PORTNAME= mc-light PORTVERSION= 4.1.40.p9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} @@ -39,7 +39,7 @@ MAN8= mcserv.8 .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MSUBSHELL} +.if ! ${PORT_OPTIONS:MSUBSHELL} CONFIGURE_ARGS+=--without-subshell .endif |