diff options
author | Alex Dupre <ale@FreeBSD.org> | 2004-02-23 10:34:01 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2004-02-23 10:34:01 +0000 |
commit | a2bd6681e823edc089cd984724d8d14f062b26f4 (patch) | |
tree | f38524ec116ca66377596c35cde0481e2d79f011 /mail/enigmail-thunderbird | |
parent | 5b8bec38556bb9ea3d31377d5148de0f35789f34 (diff) | |
download | ports-a2bd6681e823edc089cd984724d8d14f062b26f4.tar.gz ports-a2bd6681e823edc089cd984724d8d14f062b26f4.zip |
Notes
Diffstat (limited to 'mail/enigmail-thunderbird')
-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" |