svn commit: r416525 - head/devel/gps

John Marino marino at FreeBSD.org
Tue Jun 7 22:52:58 UTC 2016


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 ,


More information about the svn-ports-head mailing list