diff options
Diffstat (limited to 'mail/enigmail-thunderbird/Makefile')
-rw-r--r-- | mail/enigmail-thunderbird/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/mail/enigmail-thunderbird/Makefile b/mail/enigmail-thunderbird/Makefile index d20d6caa9268..0c4bf90aa95f 100644 --- a/mail/enigmail-thunderbird/Makefile +++ b/mail/enigmail-thunderbird/Makefile @@ -9,17 +9,15 @@ PKGNAMESUFFIX= -thunderbird COMMENT= A GnuPG extension for the Thunderbird mail client -EXTRACT_DEPENDS=${WRKDIRPREFIX}${LOCAL_SRCDIR}/work/mozilla/Makefile:${LOCAL_SRCDIR}:configure -RUN_DEPENDS= thunderbird:${LOCAL_SRCDIR} +EXTRACT_DEPENDS=${WRKDIR}/../../../${LOCAL_SRCDIR}/work/mozilla/Makefile:${PORTSDIR}/${LOCAL_SRCDIR}:configure +RUN_DEPENDS= thunderbird:${PORTSDIR}/${LOCAL_SRCDIR} MASTERDIR= ${.CURDIR}/../enigmail PKGINSTALL= ${.CURDIR}/pkg-install PKGDEINSTALL= ${.CURDIR}/pkg-deinstall -LOCAL_SRCDIR= ${PORTSDIR}/mail/thunderbird +LOCAL_SRCDIR= mail/thunderbird LOCAL_SUBDIR= lib/thunderbird/lib/mozilla-1.6b -BROKEN= "Does not compile" - .include "${MASTERDIR}/Makefile" |