From 459547eb226a5f52eea2856ae6d0ef006bed2332 Mon Sep 17 00:00:00 2001 From: adamw Date: Tue, 29 Mar 2005 21:48:50 +0000 Subject: Train moztraybiff about the new thunderbird locations (this will have to be done every time thunderbird gets updated). I'm bumping PORTREVISION because the pkg-plist is technically changing. However, unless there's a major xpi API change, users won't have to change or reload the extension or anything. Reminded by: marcus Approved by: portmgr (marcus) --- mail/moztraybiff/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail/moztraybiff') diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index c3bcd3661818..7289151932bb 100644 --- a/mail/moztraybiff/Makefile +++ b/mail/moztraybiff/Makefile @@ -7,6 +7,7 @@ PORTNAME= moztraybiff PORTVERSION= 1.0.7 +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-1.0/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ +BUILD_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0.2/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird \ zip:${PORTSDIR}/archivers/zip -RUN_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird +RUN_DEPENDS= ${X11BASE}/lib/thunderbird/lib/thunderbird-1.0.2/components/libwidget_gtk2.so:${PORTSDIR}/mail/thunderbird USE_X_PREFIX= yes USE_GMAKE= yes @@ -24,7 +25,7 @@ USE_GNOME= libgnome USE_REINPLACE= yes MAKE_ARGS+= MOZILLA_PLATFORM=tbird -FILENAME= mozTrayBiff-${PORTVERSION}-FreeBSD-tb1.0.xpi +FILENAME= mozTrayBiff-${PORTVERSION}-FreeBSD-tb1.0.2.xpi PLIST_FILES= ${DATADIR}/${FILENAME} PLIST_DIRS= ${DATADIR} PKGMESSAGE= ${WRKDIR}/pkg-message -- cgit