diff options
author | kwm <kwm@FreeBSD.org> | 2011-08-24 02:39:19 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-08-24 02:39:19 +0800 |
commit | 39ef19450c2cf8b75e3b20495c6e2331f67e3138 (patch) | |
tree | 68e92ca91db8af8e96889640de621794add90af4 /www/xxxterm | |
parent | 6a56442427dd00f76ca13093ea38b248d54a7964 (diff) | |
download | freebsd-ports-gnome-39ef19450c2cf8b75e3b20495c6e2331f67e3138.tar.gz freebsd-ports-gnome-39ef19450c2cf8b75e3b20495c6e2331f67e3138.tar.zst freebsd-ports-gnome-39ef19450c2cf8b75e3b20495c6e2331f67e3138.zip |
Chase libnotify, libproxy and webkit-gtk2 shlib changes, and fix build where needed.
Diffstat (limited to 'www/xxxterm')
-rw-r--r-- | www/xxxterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/xxxterm/Makefile b/www/xxxterm/Makefile index 55c3e6368771..d70a13520719 100644 --- a/www/xxxterm/Makefile +++ b/www/xxxterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= xxxterm PORTVERSION= 1.425 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://opensource.conformal.com/snapshots/xxxterm/ EXTRACT_SUFX= .tgz @@ -16,7 +17,7 @@ COMMENT= Minimalists vi-like web browser based on webkit and GTK+ LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \ soup-2.4:${PORTSDIR}/devel/libsoup \ - webkit-1.0:${PORTSDIR}/www/webkit-gtk2 + webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 USE_GNOME= gtk20 pkgconfig USE_PERL5_BUILD=YES |