diff options
author | marcus <marcus@FreeBSD.org> | 2002-09-04 00:09:43 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-09-04 00:09:43 +0800 |
commit | d67cc0e98534726ffbf3e587116028e36463e1af (patch) | |
tree | 4ac36ee5f45a26bbc8928120880f9e7ed8db983b /textproc/gtkspell2 | |
parent | 50418fe2b8628fb454c3da693b26e01ed838450e (diff) | |
download | freebsd-ports-gnome-d67cc0e98534726ffbf3e587116028e36463e1af.tar.gz freebsd-ports-gnome-d67cc0e98534726ffbf3e587116028e36463e1af.tar.zst freebsd-ports-gnome-d67cc0e98534726ffbf3e587116028e36463e1af.zip |
Chase pspell so version, and note that libpspell is now installed by
textproc/aspell.
Diffstat (limited to 'textproc/gtkspell2')
-rw-r--r-- | textproc/gtkspell2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/gtkspell2/Makefile b/textproc/gtkspell2/Makefile index 663ffaca9be9..05e72234603b 100644 --- a/textproc/gtkspell2/Makefile +++ b/textproc/gtkspell2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkspell2 PORTVERSION= 2.0.2 +PORTREVISION= 1 CATEGORIES= textproc gnome MASTER_SITES= http://gtkspell.sourceforge.net/download/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} @@ -14,7 +15,7 @@ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ - pspell.4:${PORTSDIR}/textproc/pspell + pspell.15:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes USE_PERL5= yes |