svn commit: r390465 - head/devel/gps

John Marino marino at FreeBSD.org
Tue Jun 23 22:23:59 UTC 2015


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


More information about the svn-ports-all mailing list