diff options
author | ale <ale@FreeBSD.org> | 2010-01-20 18:16:30 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-20 18:16:30 +0800 |
commit | eeecfe98bea0db8fa8aa090f26a095069eecd3ac (patch) | |
tree | 47344512057766adc49afb0db89bcbc6f2af34a2 /mail | |
parent | 9d0042ae75ef3fc38dcfc0c08fcee2789116f04f (diff) | |
download | freebsd-ports-gnome-eeecfe98bea0db8fa8aa090f26a095069eecd3ac.tar.gz freebsd-ports-gnome-eeecfe98bea0db8fa8aa090f26a095069eecd3ac.tar.zst freebsd-ports-gnome-eeecfe98bea0db8fa8aa090f26a095069eecd3ac.zip |
Try again to fix make_index.
Diffstat (limited to 'mail')
-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 |