aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 06:02:06 +0000
commit13441eac4bb7e0e8a50bd437681b05022e55146b (patch)
treed65b02f7b127a36b4aa96f03448ee021d09b0c58 /shells
parent8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff)
downloadports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz
ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip
Notes
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