diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-29 05:23:24 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-29 05:23:24 +0000 |
commit | 1b2e0c71e895aad7ca12d03a2594bf2b4d2dd6a5 (patch) | |
tree | 478e97e311cc0b836709673b364b1c1879e822d6 /textproc/gtkspell | |
parent | 653dec377cc669a8bc2927f931a5761df9c86acd (diff) | |
download | FreeBSD-ports-1b2e0c71e895aad7ca12d03a2594bf2b4d2dd6a5.zip FreeBSD-ports-1b2e0c71e895aad7ca12d03a2594bf2b4d2dd6a5.tar.gz |
Chase the libpsell shared lib version.
Diffstat (limited to 'textproc/gtkspell')
-rw-r--r-- | textproc/gtkspell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 64c3f01..da62c4b 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkspell2 PORTVERSION= 2.0.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= http://gtkspell.sourceforge.net/download/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= A GTK+ 2 spell checking component -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_PERL5= yes |