diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-29 18:13:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-29 18:13:43 +0000 |
commit | ac54da619544c048536f0b6572076563d5b15217 (patch) | |
tree | 58c24dd47b6e4af0d66c8894625c775f54f34e35 /mail/sylpheed-claws/Makefile | |
parent | e4d59fda2b38460dc968374fd9e5bfa83ff26040 (diff) | |
download | ports-ac54da619544c048536f0b6572076563d5b15217.tar.gz ports-ac54da619544c048536f0b6572076563d5b15217.zip |
Chase the libpspell shared lib version.
Notes
Notes:
svn path=/head/; revision=117590
Diffstat (limited to 'mail/sylpheed-claws/Makefile')
-rw-r--r-- | mail/sylpheed-claws/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 8b73738a2429..2ef6626964f9 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -96,7 +96,7 @@ LIB_DEPENDS+= jconv.0:${PORTSDIR}/japanese/libjconv CONFIGURE_ARGS+= --disable-jconv .endif .if defined(WITH_ASPELL) || defined(WITH_ALL) -LIB_DEPENDS+= pspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS+= pspell.16:${PORTSDIR}/textproc/aspell CONFIGURE_ARGS+= --enable-aspell .endif .if defined(WITH_JPILOT) || defined(WITH_ALL) |