From 8903cb3cd19ae78b9d8c263e6f07d575f84f03eb Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Tue, 18 Sep 2018 18:40:37 +0000 Subject: [PATCH] www/gpx2map: fix GNUPLOT_RUN_DEPENDS PR: 231298 Submitted by: Nikola Kolev (maintainer) --- www/gpx2map/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/gpx2map/Makefile b/www/gpx2map/Makefile index e8496b6cd1a4..a817be155c98 100644 --- a/www/gpx2map/Makefile +++ b/www/gpx2map/Makefile @@ -2,6 +2,7 @@ PORTNAME= gpx2map PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= koue@chaosophia.net @@ -29,7 +30,8 @@ PLIST_FILES= bin/gpx2map \ OPTIONS_DEFINE= GNUPLOT GNUPLOT_DESC= Enable draw track profiles -GNUPLOT_RUN_DEPENDS= p5-Chart-Gnuplot>=0:graphics/p5-Chart-Gnuplot +GNUPLOT_RUN_DEPENDS= p5-Chart-Gnuplot>=0:graphics/p5-Chart-Gnuplot \ + convert:graphics/ImageMagick post-patch: @${REINPLACE_CMD} -e "s|gpx2map.google.template|${DATADIR}/gpx2map.google.template|" \