Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2018 18:40:37 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r480063 - head/www/gpx2map
Message-ID:  <201809181840.w8IIebvq087945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Sep 18 18:40:37 2018
New Revision: 480063
URL: https://svnweb.freebsd.org/changeset/ports/480063

Log:
  www/gpx2map: fix GNUPLOT_RUN_DEPENDS
  
  PR:		231298
  Submitted by:	Nikola Kolev <koue@chaosophia.net> (maintainer)

Modified:
  head/www/gpx2map/Makefile   (contents, props changed)

Modified: head/www/gpx2map/Makefile
==============================================================================
--- head/www/gpx2map/Makefile	Tue Sep 18 18:40:31 2018	(r480062)
+++ head/www/gpx2map/Makefile	Tue Sep 18 18:40:37 2018	(r480063)
@@ -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|" \



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