diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-08-28 22:50:44 +0000 |
commit | 64e8cb66bb17161314fdd4cfff20fff88e9bf87f (patch) | |
tree | 23d4048708146e4b5bc87f7a8520039d30ce0e81 /print/lyx15 | |
parent | 6fd4bdbdfe28330879a231c0d94881fca56255d4 (diff) | |
download | ports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.tar.gz ports-64e8cb66bb17161314fdd4cfff20fff88e9bf87f.zip |
Chase libaspell to aspell.16.
Notes
Notes:
svn path=/head/; revision=117535
Diffstat (limited to 'print/lyx15')
-rw-r--r-- | print/lyx15/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index e444edebbe20..1ca3fdf16a22 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/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" |