diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 22:18:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 22:18:32 +0800 |
commit | adf9b95930e2cbd0c0f39adf22db1d705606b81a (patch) | |
tree | 7f986528b4d385bd15623ad024154233ac868473 /mail/elm | |
parent | 873151519b4f97825ba2451fb0dcc2542305efb9 (diff) | |
download | freebsd-ports-gnome-adf9b95930e2cbd0c0f39adf22db1d705606b81a.tar.gz freebsd-ports-gnome-adf9b95930e2cbd0c0f39adf22db1d705606b81a.tar.zst freebsd-ports-gnome-adf9b95930e2cbd0c0f39adf22db1d705606b81a.zip |
Switch ispell to aspell-ispell
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 1dc54ec36a6d..d444c07e7511 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -3,7 +3,7 @@ PORTNAME= elm PORTVERSION= 2.5.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= http://instinct.org/elm/files/tarballs/ DISTNAME= ${PORTNAME}${PORTVERSION} @@ -11,7 +11,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= toasty@dragondata.com COMMENT= A once-popular mail user agent, version 2.5.x -BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell MAKE_JOBS_UNSAFE= yes |