diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-08-23 18:39:19 +0000 |
commit | fe61bf1eb4f2758636a3c065686a833eb412df25 (patch) | |
tree | 1474457ea487adcafec2ab29e99ab61897a3e479 /www/seamonkey | |
parent | 5732783897145621b6af3ab08fba8d9af40f338b (diff) | |
download | ports-fe61bf1eb4f2758636a3c065686a833eb412df25.tar.gz ports-fe61bf1eb4f2758636a3c065686a833eb412df25.zip |
Notes
Diffstat (limited to 'www/seamonkey')
-rw-r--r-- | www/seamonkey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/seamonkey/Makefile b/www/seamonkey/Makefile index edfc6ac407cc..4eac90ab5f86 100644 --- a/www/seamonkey/Makefile +++ b/www/seamonkey/Makefile @@ -7,7 +7,7 @@ PORTNAME= seamonkey DISTVERSION= 2.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES?= www ipv6 MASTER_SITES= ${MASTER_SITE_MOZILLA_EXTENDED} MASTER_SITE_SUBDIR= seamonkey/releases/${DISTVERSION}/source @@ -106,7 +106,7 @@ MOZ_OPTIONS+= --disable-composer MOZ_OPTIONS+= --disable-dbus --disable-libnotify .else LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - notify.1:${PORTSDIR}/devel/libnotify + notify.4:${PORTSDIR}/devel/libnotify .endif .if ${ARCH} == amd64 || ${ARCH} == i386 |