mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Switch from ispell to aspell-ispell
This commit is contained in:
parent
44df028fc3
commit
ef086f0077
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341596
@ -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
|
||||
|
@ -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
|
||||
|
@ -71,7 +71,7 @@ CONFIGURE_ARGS+= --disable-pgp-gpg
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MISPELL}
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
|
||||
RUN_DEPENDS+= ispell:${PORTSDIR}/textproc/aspell-ispell
|
||||
CONFIGURE_ARGS+= --with-ispell=${PREFIX}/bin/ispell
|
||||
.endif
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= Lingua-Ispell
|
||||
PORTVERSION= 0.07
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -11,7 +11,7 @@ PKGNAMEPREFIX= p5-
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Perl module that encapsulates access to the Ispell program
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/ispell
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/ispell:${PORTSDIR}/textproc/aspell-ispell
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
REINPLACE_ARGS= -i ''
|
||||
|
Loading…
Reference in New Issue
Block a user