aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-06-18 08:37:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-06-18 08:37:30 +0000
commit1e298328724f34af6924080ad6d729414893cb9a (patch)
treecf18f80673f81e0e4cbec5c2543d53aaf36b8c66 /shells
parent6688e51c3f84b66864e517d355d2e3d5b79702bb (diff)
downloadports-1e298328724f34af6924080ad6d729414893cb9a.tar.gz
ports-1e298328724f34af6924080ad6d729414893cb9a.zip
Notes
Diffstat (limited to 'shells')
-rw-r--r--shells/zsh/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index fa21a6c6134b..3e12303c65f4 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/Makefile
@@ -64,9 +64,9 @@ STATIC_CONFIGURE_OFF= --enable-dynamic
DEBUG_CONFIGURE_ENABLE= zsh-debug
MULTIBYTE_CONFIGURE_ENABLE= multibyte
-.include <bsd.port.options.mk>
+.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ${OSVERSION} > 1000000
+.if empty(ICONV_LIB)
CONFIGURE_ENV+= ac_cv_lib_iconv_libiconv=no
.endif
@@ -129,6 +129,4 @@ post-install:
regression-test:
@cd ${WRKSRC}; ${SETENV} -i ${MAKE} check
-
-
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>