diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-07 01:54:25 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-07 01:54:25 +0800 |
commit | 8a1bfe4d45b8174a66f24801582076ae73b94390 (patch) | |
tree | b7323c82c176a662bacb7c272fa46f6f89efaf3a /www/xxxterm | |
parent | c55d2246781d967419b45bb76f83e460f683cb73 (diff) | |
download | marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.gz marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.bz2 marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.lz marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.xz marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.tar.zst marcuscom-ports-8a1bfe4d45b8174a66f24801582076ae73b94390.zip |
Chase gnutls update.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16037 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/xxxterm')
-rw-r--r-- | www/xxxterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/xxxterm/Makefile b/www/xxxterm/Makefile index e5776c31a..a11f6db2d 100644 --- a/www/xxxterm/Makefile +++ b/www/xxxterm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xxxterm PORTVERSION= 1.303 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/ EXTRACT_SUFX= .tgz @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= aldis@bsdroot.lv COMMENT= Minimalists vi-like web browser based on webkit and GTK+ -LIB_DEPENDS= gnutls.40:${PORTSDIR}/security/gnutls \ +LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ soup-2.4:${PORTSDIR}/devel/libsoup \ webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 |