diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-28 23:30:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-28 23:30:02 +0800 |
commit | 2418383846db237a1c50941b38d2f8eaa03cc4cd (patch) | |
tree | c7c7932b6a3838a1153240033608f3cebb3c1dcf /german | |
parent | 11b6163675aa19d21a52b714936271cee17280de (diff) | |
download | freebsd-ports-gnome-2418383846db237a1c50941b38d2f8eaa03cc4cd.tar.gz freebsd-ports-gnome-2418383846db237a1c50941b38d2f8eaa03cc4cd.tar.zst freebsd-ports-gnome-2418383846db237a1c50941b38d2f8eaa03cc4cd.zip |
Switch from ispell to aspell-ispell
Diffstat (limited to 'german')
-rw-r--r-- | german/steak/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/german/steak/Makefile b/german/steak/Makefile index 35b3c40923ba..9277127dc010 100644 --- a/german/steak/Makefile +++ b/german/steak/Makefile @@ -3,7 +3,7 @@ PORTNAME= steak PORTVERSION= 1.7.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= german MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Steak%20${PORTVERSION} \ http://www.tm.informatik.uni-frankfurt.de/%7Erazi/steak/program/ @@ -12,7 +12,7 @@ DISTNAME= Steak.${PORTVERSION} MAINTAINER= conrads@cox.net COMMENT= English <-> German dictionary under the GPL -RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +RUN_DEPENDS= ispell:${PORTSDIR}/textproc/aspell-ispell USE_XORG= xt MAKE_JOBS_UNSAFE= yes |