diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-03 16:09:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-09-03 16:09:43 +0000 |
commit | 373af7ebb23e27ee8643f3c82ec665adf90c8073 (patch) | |
tree | 64649c9e6da9f1c2d9a05a6273e022c0964da34d /textproc | |
parent | 7613a3894ad07f9102eb7b87280306211556755d (diff) | |
download | ports-373af7ebb23e27ee8643f3c82ec665adf90c8073.tar.gz ports-373af7ebb23e27ee8643f3c82ec665adf90c8073.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtkspell/Makefile | 3 | ||||
-rw-r--r-- | textproc/gtkspell2/Makefile | 3 | ||||
-rw-r--r-- | textproc/pspell-ispell/Makefile | 4 |
3 files changed, 6 insertions, 4 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 663ffaca9be9..05e72234603b 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/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 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 diff --git a/textproc/pspell-ispell/Makefile b/textproc/pspell-ispell/Makefile index 52f730187937..52567c64ee52 100644 --- a/textproc/pspell-ispell/Makefile +++ b/textproc/pspell-ispell/Makefile @@ -7,7 +7,7 @@ PORTNAME= pspell-ispell PORTVERSION= 0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pspell @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0//} MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell +LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell USE_GMAKE= yes GNU_CONFIGURE= yes |