diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-07 19:21:11 +0000 |
commit | 73050305304492f989a7d6677ac64e1f3e2670e0 (patch) | |
tree | f10dd6af7a7f29e367043e036534a5f00a0ad13d /textproc | |
parent | ad33b9c6732ba9466070be1bd8618f82c0af7027 (diff) | |
download | ports-73050305304492f989a7d6677ac64e1f3e2670e0.tar.gz ports-73050305304492f989a7d6677ac64e1f3e2670e0.zip |
Chase gtk20's shared lib version.
Notes
Notes:
svn path=/head/; revision=75044
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gtkspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtkspell2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/gtkspell/Makefile b/textproc/gtkspell/Makefile index 05e72234603b..f92e3c8d09b5 100644 --- a/textproc/gtkspell/Makefile +++ b/textproc/gtkspell/Makefile @@ -7,14 +7,14 @@ PORTNAME= gtkspell2 PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= http://gtkspell.sourceforge.net/download/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ pspell.15:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes diff --git a/textproc/gtkspell2/Makefile b/textproc/gtkspell2/Makefile index 05e72234603b..f92e3c8d09b5 100644 --- a/textproc/gtkspell2/Makefile +++ b/textproc/gtkspell2/Makefile @@ -7,14 +7,14 @@ PORTNAME= gtkspell2 PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc gnome MASTER_SITES= http://gtkspell.sourceforge.net/download/ DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20 \ +LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 \ pspell.15:${PORTSDIR}/textproc/aspell USE_X_PREFIX= yes |