diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-03 01:45:50 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-03 01:45:50 +0800 |
commit | 6a7a1eaa4c5df4f6b0656ca5443baee7556f3278 (patch) | |
tree | 20b242ab8389e23f8b279c515e228461700bf0d0 /print/lyx15 | |
parent | 7756bbac4a0174283dbed53822dc83096a32195d (diff) | |
download | freebsd-ports-gnome-6a7a1eaa4c5df4f6b0656ca5443baee7556f3278.tar.gz freebsd-ports-gnome-6a7a1eaa4c5df4f6b0656ca5443baee7556f3278.tar.zst freebsd-ports-gnome-6a7a1eaa4c5df4f6b0656ca5443baee7556f3278.zip |
Chase the aspell so version bump. Bump PORTREVISION.
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 b0343d4af000..f25cbb7daa93 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/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 |