Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jun 2015 22:23:58 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390465 - head/devel/gps
Message-ID:  <201506232223.t5NMNwBh011003@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jun 23 22:23:58 2015
New Revision: 390465
URL: https://svnweb.freebsd.org/changeset/ports/390465

Log:
  deve/gps: Fix typo caught by freshports sanity check

Modified:
  head/devel/gps/Makefile

Modified: head/devel/gps/Makefile
==============================================================================
--- head/devel/gps/Makefile	Tue Jun 23 22:20:35 2015	(r390464)
+++ head/devel/gps/Makefile	Tue Jun 23 22:23:58 2015	(r390465)
@@ -20,7 +20,7 @@ BUILD_DEPENDS=	gprbuild>=20140417:${PORT
 		templates_parser>11:${PORTSDIR}/textproc/templates_parser
 LIB_DEPENDS=	libgtkada.so:${PORTSDIR}/x11-toolkits/gtkada3
 RUN_DEPENDS=	rsvg-convert:${PORTSDIR}/graphics/librsvg2 \
-		gnatinspect::${PORTSDIR}/devel/gnatcoll \
+		gnatinspect:${PORTSDIR}/devel/gnatcoll \
 		gdb${PORTGDB}:${PORTSDIR}/devel/gdb \
 		${PYTHON_PKGNAMEPREFIX}pep8>0:${PORTSDIR}/devel/pep8 \
 		${PYTHON_PKGNAMEPREFIX}jedi>0:${PORTSDIR}/devel/py-jedi



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