aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2017-06-23 18:32:37 +0000
committerKurt Jaeger <pi@FreeBSD.org>2017-06-23 18:32:37 +0000
commit7e3f246d0b0cc15ec407cff625e5ebef5789df56 (patch)
tree9d58f05565070584315176a520d536329923d966 /graphics
parent7cfde8a2f9582f86bc78e20badb04242f5d44f0a (diff)
downloadports-7e3f246d0b0cc15ec407cff625e5ebef5789df56.tar.gz
ports-7e3f246d0b0cc15ec407cff625e5ebef5789df56.zip
graphics/p5-feedgnuplot: add lang/p5-List-MoreUtils to RUN_DEPENDS
- lang/p5-List-MoreUtils needs to be present if one wants to use feedgnuplot PR: 220226 Submitted by: egypcio@googlemail.com
Notes
Notes: svn path=/head/; revision=444188
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-feedgnuplot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-feedgnuplot/Makefile b/graphics/p5-feedgnuplot/Makefile
index 38d1e05938a9..112acdde313e 100644
--- a/graphics/p5-feedgnuplot/Makefile
+++ b/graphics/p5-feedgnuplot/Makefile
@@ -2,6 +2,7 @@
PORTNAME= feedgnuplot
PORTVERSION= 1.42
+PORTREVISION= 1
CATEGORIES= graphics perl5
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/D/DK/DKOGAN/
PKGNAMEPREFIX= p5-
@@ -15,6 +16,7 @@ LICENSE_COMB= dual
BUILD_DEPENDS= p5-String-ShellQuote>=0.50:textproc/p5-String-ShellQuote \
p5-IPC-Run>=0:devel/p5-IPC-Run
RUN_DEPENDS:= ${BUILD_DEPENDS} \
+ p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
gnuplot:math/gnuplot
USES= perl5