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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/artha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/artha/Makefile b/textproc/artha/Makefile index ab6b8433867b..cdd7107b8c5f 100644 --- a/textproc/artha/Makefile +++ b/textproc/artha/Makefile @@ -7,6 +7,7 @@ PORTNAME= artha PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -35,7 +36,7 @@ OPTIONS= NOTIFY "Popup word definition as notification" On .include <bsd.port.options.mk> .if defined(WITH_NOTIFY) -LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify .endif .include <bsd.port.mk> |