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 /net | |
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 'net')
-rw-r--r-- | net/gtk+licq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gtk+licq/Makefile b/net/gtk+licq/Makefile index 2e4ed207c712..e3465e81d596 100644 --- a/net/gtk+licq/Makefile +++ b/net/gtk+licq/Makefile @@ -7,14 +7,14 @@ PORTNAME= gtk+licq PORTVERSION= 0.51 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://gtk.licq.org/download/ MAINTAINER= roman@xpert.com BUILD_DEPENDS= ${LOCALBASE}/include/licq/licq_icqd.h:${PORTSDIR}/net/licq -LIB_DEPENDS= pspell.4:${PORTSDIR}/textproc/pspell \ +LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell \ iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= licq:${PORTSDIR}/net/licq |