Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jun 2016 22:52:57 +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: r416525 - head/devel/gps
Message-ID:  <201606072252.u57MqvAq006438@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jun  7 22:52:57 2016
New Revision: 416525
URL: https://svnweb.freebsd.org/changeset/ports/416525

Log:
  devel/gps: Fix new run-depends error (gdb)
  
  reported by:	pkg-fallout

Modified:
  head/devel/gps/Makefile

Modified: head/devel/gps/Makefile
==============================================================================
--- head/devel/gps/Makefile	Tue Jun  7 22:33:38 2016	(r416524)
+++ head/devel/gps/Makefile	Tue Jun  7 22:52:57 2016	(r416525)
@@ -35,7 +35,7 @@ GPSVER=		GPS_VERSION=${PORTVERSION}
 ALL_TARGET=	default
 NO_MTREE=	yes
 SUB_FILES=	gps
-PORTGDB=	${GDBVER:S/.//}
+PORTGDB=	${GDBVER:S/.//g}
 
 # note: librsvg2 is needed to display the svg icons in the menu.  Actually
 # needed is lib/gdk-pixbuf-2.0/%%GTK2_VER%%/loaders/libpixbufloader-svg.so ,



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