diff options
Diffstat (limited to 'shells/ch/Makefile')
-rw-r--r-- | shells/ch/Makefile | 2 |
1 files changed, 0 insertions, 2 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} |