aboutsummaryrefslogtreecommitdiffstats
path: root/shells
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 14:02:06 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 14:02:06 +0800
commit50ef8aeab64606f46790199997daf350fce5ea76 (patch)
treed8dd676e01f9fcfef951a72fa9db10a9508220bb /shells
parentd92c67423df2ebda90ee2a58e20c374297252deb (diff)
downloadfreebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.gz
freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.tar.zst
freebsd-ports-gnome-50ef8aeab64606f46790199997daf350fce5ea76.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'shells')
-rw-r--r--shells/ch/Makefile2
-rw-r--r--shells/zsh/Makefile2
2 files changed, 1 insertions, 3 deletions
diff --git a/shells/ch/Makefile b/shells/ch/Makefile
index 8e14ad2a5cb8..e5ea2fe498fc 100644
--- a/shells/ch/Makefile
+++ b/shells/ch/Makefile
@@ -24,13 +24,11 @@ SUB_FILES= ${PORTNAME}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 500000
.if ${ARCH} == amd64
LIB32_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.else
LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
.endif
-.endif
do-install:
${MKDIR} ${DATADIR}
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 9c1ff53ab9b2..6105f606801b 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -118,7 +118,7 @@ CONFIGURE_ARGS+= --enable-dynamic
PLIST_SUB+= NO_STATIC=""
.endif
-.if ${OSVERSION} >= 500000 && defined(WITH_ZSH_MULTIBYTE)
+.if defined(WITH_ZSH_MULTIBYTE)
CONFIGURE_ARGS+= --enable-multibyte
.endif