diff options
author | bsam <bsam@FreeBSD.org> | 2012-10-07 23:22:42 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2012-10-07 23:22:42 +0800 |
commit | a04fd11d49eb22eb8939c513dd43c7a24a21634e (patch) | |
tree | c7769df835b3c139b340ef5eaa217768eed2e681 /misc/mc-light/Makefile | |
parent | 3ff2a3a10c93106cac94500c34fce6ec19df63ca (diff) | |
download | freebsd-ports-gnome-a04fd11d49eb22eb8939c513dd43c7a24a21634e.tar.gz freebsd-ports-gnome-a04fd11d49eb22eb8939c513dd43c7a24a21634e.tar.zst freebsd-ports-gnome-a04fd11d49eb22eb8939c513dd43c7a24a21634e.zip |
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@)
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 |