diff options
Diffstat (limited to 'mail/moztraybiff/Makefile')
-rw-r--r-- | mail/moztraybiff/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/moztraybiff/Makefile b/mail/moztraybiff/Makefile index e4d2e30..c7b203c 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 |