summaryrefslogtreecommitdiff
path: root/print/lyx14
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-02 17:45:50 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-09-02 17:45:50 +0000
commitfcc4359a5c0640ff72ee2da1fd8fa837c7ad632a (patch)
treedd23a34d4fd2cefa7b75771119a63dad6c0c148d /print/lyx14
parentUtilize sed_inplace. (diff)
Chase the aspell so version bump. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=65502
Diffstat (limited to 'print/lyx14')
-rw-r--r--print/lyx14/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile
index b0343d4af000..f25cbb7daa93 100644
--- a/print/lyx14/Makefile
+++ b/print/lyx14/Makefile
@@ -7,6 +7,7 @@
PORTNAME= lyx
PORTVERSION= 1.2.0
+PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://ftp.lyx.org/pub/lyx/stable/ \
ftp://ftp.sdsc.edu/pub/other/lyx/stable/ \
@@ -21,7 +22,7 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
RUN_DEPENDS= ${BUILD_DEPENDS}
.if defined(WITH_ASPELL)
-LIB_DEPENDS+= aspell.11:${PORTSDIR}/textproc/aspell
+LIB_DEPENDS+= aspell.15:${PORTSDIR}/textproc/aspell
CONFIGURE_ARGS+=--with-pspell
.endif