aboutsummaryrefslogtreecommitdiff
path: root/mail/moztraybiff/Makefile
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2005-09-09 07:14:44 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2005-09-09 07:14:44 +0000
commit6b5e94369dc9f3f7c0773bb3fdf681b7d2b0bd86 (patch)
treeb8a8a2c85d0ff25c4bca5f0f3c9fc332fde07407 /mail/moztraybiff/Makefile
parent224bc704362a8dffba854f2f2aa7421c99f089d2 (diff)
downloadports-6b5e94369dc9f3f7c0773bb3fdf681b7d2b0bd86.tar.gz
ports-6b5e94369dc9f3f7c0773bb3fdf681b7d2b0bd86.zip
Chase the thunderbird's big change by fix DEPENDS and build.
Reported by: krismail
Notes
Notes: svn path=/head/; revision=142272
Diffstat (limited to 'mail/moztraybiff/Makefile')
-rw-r--r--mail/moztraybiff/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile
index e4d2e30839c1..c7b203cb4960 100644
--- a/mail/moztraybiff/Makefile
+++ b/mail/moztraybiff/Makefile
@@ -7,6 +7,7 @@
PORTNAME= moztraybiff
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= http://mozdev.oregonstate.edu/moztraybiff/
DISTNAME= mozTrayBiff-${PORTVERSION}
@@ -14,9 +15,9 @@ DISTNAME= mozTrayBiff-${PORTVERSION}
MAINTAINER= adamw@FreeBSD.org
COMMENT= New mail tray icon for Thunderbird
-BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-${TBVER}/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \
+BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \
zip:${PORTSDIR}/archivers/zip
-RUN_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-${TBVER}/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird
+RUN_DEPENDS= ${X11BASE}/lib/thunderbird/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird
.if !exists(../thunderbird/Makefile)
BROKEN= ${PORTNAME} needs the Thunderbird port in order to build