Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2016 14:04:30 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411566 - head/mail/p5-Mail-Mbox-MessageParser
Message-ID:  <201603211404.u2LE4Uoc090016@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon Mar 21 14:04:30 2016
New Revision: 411566
URL: https://svnweb.freebsd.org/changeset/ports/411566

Log:
  No need to ask questions.
  
  While there, make the _DEPENDS line easier to understand.
  
  PR:		202121
  Reported by:	Trond Endrestol ximalas info
  Sponsored by:	Absolight

Modified:
  head/mail/p5-Mail-Mbox-MessageParser/Makefile

Modified: head/mail/p5-Mail-Mbox-MessageParser/Makefile
==============================================================================
--- head/mail/p5-Mail-Mbox-MessageParser/Makefile	Mon Mar 21 14:04:25 2016	(r411565)
+++ head/mail/p5-Mail-Mbox-MessageParser/Makefile	Mon Mar 21 14:04:30 2016	(r411566)
@@ -12,13 +12,15 @@ COMMENT=	Fast and simple mbox folder rea
 
 LICENSE=	GPLv2
 
-BUILD_DEPENDS=	p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 BUILD_DEPENDS+=	p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
+		p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget \
 		p5-URI>=0:${PORTSDIR}/net/p5-URI
+RUN_DEPENDS=	p5-FileHandle-Unget>=0:${PORTSDIR}/devel/p5-FileHandle-Unget
 TEST_DEPENDS=	p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
 
 USES=		perl5
 USE_PERL5=	configure
 
+CONFIGURE_ARGS= < /dev/null
+
 .include <bsd.port.mk>



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