diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:25:16 +0000 |
| commit | 597afc47baba19000afd8ec4880a2c47975b0367 (patch) | |
| tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /shells/zsh | |
| parent | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff) | |
Notes
Diffstat (limited to 'shells/zsh')
| -rw-r--r-- | shells/zsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index cd233595b06e..9747a6d15eb8 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -68,9 +68,9 @@ PORTEXAMPLES= zlogin zshenv zshrc OPTIONS_SUB= yes DOCS_DISTFILES= ${DISTNAME}-doc${EXTRACT_SUFX}:doc -GDBM_LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm +GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm GDBM_CONFIGURE_ENABLE= gdbm -PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre PCRE_CONFIGURE_ENABLE= pcre MEM_CONFIGURE_ENABLE= zsh-mem SECURE_FREE_CONFIGURE_ENABLE= zsh-secure-free |
