diff options
Diffstat (limited to 'mail/enigmail/Makefile')
-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 |