diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-03 10:09:50 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-10-03 10:09:50 +0800 |
commit | 25263535e5cf61623940ea62c925d2e5c01c97b2 (patch) | |
tree | ef4d4f2ab9c3e5a0586dfc997a1b2b3cf1184cfe /mail/mailest | |
parent | 17b715d042d43735b776100cbab98a544732c747 (diff) | |
download | freebsd-ports-gnome-25263535e5cf61623940ea62c925d2e5c01c97b2.tar.gz freebsd-ports-gnome-25263535e5cf61623940ea62c925d2e5c01c97b2.tar.zst freebsd-ports-gnome-25263535e5cf61623940ea62c925d2e5c01c97b2.zip |
- Fix installation from non-root
Approved by: portmgr blanket
Diffstat (limited to 'mail/mailest')
-rw-r--r-- | mail/mailest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile index 97232be90084..36be0b52bc61 100644 --- a/mail/mailest/Makefile +++ b/mail/mailest/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 \ libestraier.so:${PORTSDIR}/textproc/hyperestraier RUN_DEPENDS= mewl:${PORTSDIR}/mail/mew -USES= iconv +USES= iconv fakeroot USE_EMACS= yes USE_GITHUB= yes GH_ACCOUNT= yasuoka |