diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:02:06 +0000 |
commit | 13441eac4bb7e0e8a50bd437681b05022e55146b (patch) | |
tree | d65b02f7b127a36b4aa96f03448ee021d09b0c58 /shells | |
parent | 8110f70f5fcd1d3afb2d1d8ceaaf0fe73a23c8d9 (diff) | |
download | ports-13441eac4bb7e0e8a50bd437681b05022e55146b.tar.gz ports-13441eac4bb7e0e8a50bd437681b05022e55146b.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/ch/Makefile | 2 | ||||
-rw-r--r-- | shells/zsh/Makefile | 2 |
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 |