diff options
author | marcus <marcus@FreeBSD.org> | 2003-02-08 03:21:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-02-08 03:21:11 +0800 |
commit | 6b198f239cff556fec7fb4d7707acb9f8c867de4 (patch) | |
tree | b6c260234d5131f8b40736f90f317645b8519c8a /textproc/gtkspell2 | |
parent | b17fb33cdbe95c37c447823066b00b5276998ff0 (diff) | |
download | freebsd-ports-gnome-6b198f239cff556fec7fb4d7707acb9f8c867de4.tar.gz freebsd-ports-gnome-6b198f239cff556fec7fb4d7707acb9f8c867de4.tar.zst freebsd-ports-gnome-6b198f239cff556fec7fb4d7707acb9f8c867de4.zip |
Chase gtk20's shared lib version.
Diffstat (limited to 'textproc/gtkspell2')
-rw-r--r-- | textproc/gtkspell2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |