Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2018 20:02:19 +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: r486269 - head/multimedia/umph
Message-ID:  <201811302002.wAUK2Jru095212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Nov 30 20:02:19 2018
New Revision: 486269
URL: https://svnweb.freebsd.org/changeset/ports/486269

Log:
  Change the way *_DEPENDS are set

Modified:
  head/multimedia/umph/Makefile

Modified: head/multimedia/umph/Makefile
==============================================================================
--- head/multimedia/umph/Makefile	Fri Nov 30 20:02:11 2018	(r486268)
+++ head/multimedia/umph/Makefile	Fri Nov 30 20:02:19 2018	(r486269)
@@ -12,14 +12,15 @@ COMMENT=	YouTube video playlist parser for cclive and 
 
 LICENSE=	GPLv3
 
-BUILD_DEPENDS=	p5-Getopt-ArgvFile>=1.11:devel/p5-Getopt-ArgvFile \
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Getopt-ArgvFile>=1.11:devel/p5-Getopt-ArgvFile \
 		p5-Umph-Prompt>=0:multimedia/p5-Umph-Prompt \
 		p5-XML-DOM>=1.44:textproc/p5-XML-DOM
-RUN_DEPENDS:=	${BUILD_DEPENDS}
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/umph \
 		${SITE_MAN1_REL}/umph.1.gz



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