diff options
author | thierry <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
commit | 1d75ecda20c650391a08918830c25c3ec6019cb2 (patch) | |
tree | 8bc910359be5bafdac8cab95373c0e1d97da54f7 /print/lyx16 | |
parent | 16b79d886caa4369a268695b00c690bc3ee2a9db (diff) | |
download | FreeBSD-ports-1d75ecda20c650391a08918830c25c3ec6019cb2.zip FreeBSD-ports-1d75ecda20c650391a08918830c25c3ec6019cb2.tar.gz |
Chase libaspell to aspell.16.
Diffstat (limited to 'print/lyx16')
-rw-r--r-- | print/lyx16/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index e444ede..1ca3fdf 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/Makefile @@ -7,6 +7,7 @@ PORTNAME= lyx PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \ ftp://planetmirror.com/pub/lyx/stable/ \ @@ -48,7 +49,7 @@ USE_XPM= yes .endif .if defined(WITH_ASPELL) -LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= aspell.16:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --with-pspell \ --with-pspell-lib="${LOCALBASE}/lib" \ --with-pspell-include="${LOCALBASE}/include" |