Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Oct 2015 02:09:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398463 - head/mail/mailest
Message-ID:  <201510030209.t9329pCp024987@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510030209.t9329pCp024987>