svn commit: r480063 - head/www/gpx2map

Steve Wills swills at FreeBSD.org
Tue Sep 18 18:40:40 UTC 2018


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


More information about the svn-ports-head mailing list