svn commit: r398463 - head/mail/mailest

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 3 02:09:51 UTC 2015


Author: amdmi3
Date: Sat Oct  3 02:09:50 2015
New Revision: 398463
URL: https://svnweb.freebsd.org/changeset/ports/398463

Log:
  - Fix installation from non-root
  
  Approved by:	portmgr blanket

Modified:
  head/mail/mailest/Makefile

Modified: head/mail/mailest/Makefile
==============================================================================
--- head/mail/mailest/Makefile	Sat Oct  3 02:08:06 2015	(r398462)
+++ head/mail/mailest/Makefile	Sat Oct  3 02:09:50 2015	(r398463)
@@ -20,7 +20,7 @@ LIB_DEPENDS=	libevent.so:${PORTSDIR}/dev
 		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


More information about the svn-ports-all mailing list