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/uzbl | |
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/uzbl')
-rw-r--r-- | www/uzbl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/uzbl/Makefile b/www/uzbl/Makefile index 248740d625bf..0c26c4590a50 100644 --- a/www/uzbl/Makefile +++ b/www/uzbl/Makefile @@ -7,13 +7,14 @@ PORTNAME= uzbl DISTVERSION= 0.0.0.${GITDATE} +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.linta.de/distfiles/ MAINTAINER= aehlig@linta.de COMMENT= Web interface tools which adhere to the unix philosophy -LIB_DEPENDS= webkit:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 RUN_DEPENDS= socat:${PORTSDIR}/net/socat \ ${PYTHON_PKGNAMEPREFIX}gtk>=2:${PORTSDIR}/x11-toolkits/py-gtk2 |