1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

www/gpx2map: fix GNUPLOT_RUN_DEPENDS

PR:		231298
Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)
This commit is contained in:
Steve Wills 2018-09-18 18:40:37 +00:00
parent a6d4bbfd2d
commit 8903cb3cd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=480063

View File

@ -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|" \