diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-01-20 10:16:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-01-20 10:16:30 +0000 |
commit | 141535cfb408b41dbda5a6e58f9c7093dc306b2e (patch) | |
tree | 79f26665f31db1a76e75d56e3d628486d36f8eea /mail/enigmail | |
parent | 5aa04bf80f8f260fa0a91863f8c0e8c6797650a0 (diff) |
Try again to fix make_index.
Notes
Notes:
svn path=/head/; revision=248198
Diffstat (limited to 'mail/enigmail')
-rw-r--r-- | mail/enigmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile index 3ca098fa7814..15d103a72a85 100644 --- a/mail/enigmail/Makefile +++ b/mail/enigmail/Makefile @@ -24,7 +24,8 @@ RUN_DEPENDS= ${GECKO:C/[0-9]//}:${PORTSDIR}/${GECKO_PORTDIR} \ gpg:${PORTSDIR}/security/gnupg .if !defined(GECKO) -GECKO_PORTDIR= www/mozilla +GECKO= mozilla +GECKO_PORTDIR= mail/${GECKO} IGNORE= is not available anymore for Mozilla: use one of the slave ports .endif |