diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-03 05:09:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-03 05:09:14 +0800 |
commit | d8236c63f2b00c7eb63112fb968a78c3996fa614 (patch) | |
tree | 102dbb01e744bf41769feb3a8d1cf159ef147b60 /www/screem | |
parent | bcb13d68751cca04445137457b00764521405e74 (diff) | |
download | freebsd-ports-gnome-d8236c63f2b00c7eb63112fb968a78c3996fa614.tar.gz freebsd-ports-gnome-d8236c63f2b00c7eb63112fb968a78c3996fa614.tar.zst freebsd-ports-gnome-d8236c63f2b00c7eb63112fb968a78c3996fa614.zip |
Chase the dbus shared library version.
Diffstat (limited to 'www/screem')
-rw-r--r-- | www/screem/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 01db789b068d..4b0842f8d26c 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -7,7 +7,7 @@ PORTNAME= screem PORTVERSION= 0.12.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,7 @@ COMMENT= Nice GNOME/GTK-based HTML editor LIB_DEPENDS+= neon.24:${PORTSDIR}/www/neon \ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco \ - dbus-1.0:${PORTSDIR}/devel/dbus + dbus-1.1:${PORTSDIR}/devel/dbus USE_GMAKE= yes USE_REINPLACE= yes |