diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-29 21:48:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-03-29 21:48:50 +0000 |
commit | b11fa7e3ee00bfdf6b2f3f7a3d94a02c8f20246e (patch) | |
tree | b9e72d72737edc81c7970293f2bc804f90f6c9be /mail/moztraybiff/Makefile | |
parent | acb9674c6833ce384717aa75b4d4b26fd6d7b66b (diff) | |
download | ports-b11fa7e3ee00bfdf6b2f3f7a3d94a02c8f20246e.tar.gz ports-b11fa7e3ee00bfdf6b2f3f7a3d94a02c8f20246e.zip |
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)
Notes
Notes:
svn path=/head/; revision=132114
Diffstat (limited to 'mail/moztraybiff/Makefile')
-rw-r--r-- | mail/moztraybiff/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |