Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2018 19:11:18 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475704 - head/devel/p5-DateTime-Astro
Message-ID:  <201807291911.w6TJBIMu038307@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Jul 29 19:11:17 2018
New Revision: 475704
URL: https://svnweb.freebsd.org/changeset/ports/475704

Log:
  Change the way *_DEPENDS are set

Modified:
  head/devel/p5-DateTime-Astro/Makefile

Modified: head/devel/p5-DateTime-Astro/Makefile
==============================================================================
--- head/devel/p5-DateTime-Astro/Makefile	Sun Jul 29 19:11:12 2018	(r475703)
+++ head/devel/p5-DateTime-Astro/Makefile	Sun Jul 29 19:11:17 2018	(r475704)
@@ -15,12 +15,12 @@ COMMENT=	Functions For Astromical Calendars
 LICENSE=	ART20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
-		p5-DateTime-Set>=0:devel/p5-DateTime-Set
+BUILD_DEPENDS=	p5-Module-Build-XSUtil>=0.16:devel/p5-Module-Build-XSUtil \
+		${RUN_DEPENDS}
 LIB_DEPENDS=	libgmp.so:math/gmp \
 		libmpfr.so:math/mpfr
-RUN_DEPENDS:=	${BUILD_DEPENDS}
-BUILD_DEPENDS+=	p5-Module-Build-XSUtil>=0.16:devel/p5-Module-Build-XSUtil
+RUN_DEPENDS=	p5-DateTime>=0:devel/p5-DateTime \
+		p5-DateTime-Set>=0:devel/p5-DateTime-Set
 TEST_DEPENDS=	p5-Test-Exception>=0:devel/p5-Test-Exception
 
 USE_PERL5=	modbuild



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