svn commit: r486269 - head/multimedia/umph
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Nov 30 20:02:20 UTC 2018
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
More information about the svn-ports-head
mailing list