diff options
author | marcus <marcus@FreeBSD.org> | 2004-08-29 18:13:43 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-08-29 18:13:43 +0000 |
commit | f68f0d7e267b54185fc91962b45ca58548b77bec (patch) | |
tree | c52807a1c6385c3559f13283ab107eed8cf819ba /www/gtkhtml | |
parent | 8dfba0725ec44dc5b4be0225607fe353391270e5 (diff) | |
download | FreeBSD-ports-f68f0d7e267b54185fc91962b45ca58548b77bec.zip FreeBSD-ports-f68f0d7e267b54185fc91962b45ca58548b77bec.tar.gz |
Chase the libpspell shared lib version.
Diffstat (limited to 'www/gtkhtml')
-rw-r--r-- | www/gtkhtml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/gtkhtml/Makefile b/www/gtkhtml/Makefile index 9a29a00..2afdef7 100644 --- a/www/gtkhtml/Makefile +++ b/www/gtkhtml/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkhtml PORTVERSION= 1.1.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 @@ -16,7 +16,7 @@ DIST_SUBDIR= gnome MAINTAINER= gnome@FreeBSD.org COMMENT= Lightweight HTML rendering/printing/editing engine -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= pspell.16:${PORTSDIR}/textproc/aspell USE_BZIP2= yes USE_X_PREFIX= yes |