summaryrefslogtreecommitdiff
path: root/print/lyx
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:50:44 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-08-28 22:50:44 +0000
commit64e8cb66bb17161314fdd4cfff20fff88e9bf87f (patch)
tree23d4048708146e4b5bc87f7a8520039d30ce0e81 /print/lyx
parent- Upgrade to 0.60; (diff)
Chase libaspell to aspell.16.
Notes
Notes: svn path=/head/; revision=117535
Diffstat (limited to 'print/lyx')
-rw-r--r--print/lyx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx/Makefile b/print/lyx/Makefile
index e444edebbe20..1ca3fdf16a22 100644
--- a/print/lyx/Makefile
+++ b/print/lyx/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"