diff options
author | ale <ale@FreeBSD.org> | 2010-01-20 18:18:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2010-01-20 18:18:21 +0800 |
commit | 055d70351bfc6bfdea42f44e062605c52cce7f8a (patch) | |
tree | 41ab12444a766b8b868dc4b799d534bd18661bfd /mail | |
parent | eeecfe98bea0db8fa8aa090f26a095069eecd3ac (diff) | |
download | freebsd-ports-gnome-055d70351bfc6bfdea42f44e062605c52cce7f8a.tar.gz freebsd-ports-gnome-055d70351bfc6bfdea42f44e062605c52cce7f8a.tar.zst freebsd-ports-gnome-055d70351bfc6bfdea42f44e062605c52cce7f8a.zip |
Fix typo.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/enigmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/enigmail/Makefile b/mail/enigmail/Makefile index 15d103a72a85..d6e29d064e5f 100644 --- a/mail/enigmail/Makefile +++ b/mail/enigmail/Makefile @@ -25,7 +25,7 @@ RUN_DEPENDS= ${GECKO:C/[0-9]//}:${PORTSDIR}/${GECKO_PORTDIR} \ .if !defined(GECKO) GECKO= mozilla -GECKO_PORTDIR= mail/${GECKO} +GECKO_PORTDIR= www/${GECKO} IGNORE= is not available anymore for Mozilla: use one of the slave ports .endif |