diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 15:30:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-28 15:30:02 +0000 |
commit | ef086f0077416555ce7e6f104cd497750d35c17f (patch) | |
tree | c7c7932b6a3838a1153240033608f3cebb3c1dcf /mail/sqwebmail | |
parent | 44df028fc32d1d090ab06140178c4266f4e70b4b (diff) | |
download | ports-ef086f0077416555ce7e6f104cd497750d35c17f.tar.gz ports-ef086f0077416555ce7e6f104cd497750d35c17f.zip |
Notes
Diffstat (limited to 'mail/sqwebmail')
-rw-r--r-- | mail/sqwebmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sqwebmail/Makefile b/mail/sqwebmail/Makefile index ab02259dea9a..6f77b839b085 100644 --- a/mail/sqwebmail/Makefile +++ b/mail/sqwebmail/Makefile @@ -113,8 +113,8 @@ CONFIGURE_ARGS+= --without-gzip .endif .if ${PORT_OPTIONS:MISPELL} -BUILD_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell -RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell +BUILD_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell +RUN_DEPENDS+= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell CONFIGURE_ARGS+= --with-ispell=${LOCALBASE}/bin/ispell .else CONFIGURE_ARGS+= --without-ispell |