svn commit: r414135 - head/comms/gr-osmosdr

Ganael LAPLANCHE martymac at FreeBSD.org
Wed Apr 27 21:25:14 UTC 2016


Author: martymac
Date: Wed Apr 27 21:25:13 2016
New Revision: 414135
URL: https://svnweb.freebsd.org/changeset/ports/414135

Log:
  Fix runtime error due to missing rpath
  
  PR:		209073
  Submitted by:	Zane C. Bowers-Hadley <vvelox at vvelox.net>

Modified:
  head/comms/gr-osmosdr/Makefile

Modified: head/comms/gr-osmosdr/Makefile
==============================================================================
--- head/comms/gr-osmosdr/Makefile	Wed Apr 27 21:00:24 2016	(r414134)
+++ head/comms/gr-osmosdr/Makefile	Wed Apr 27 21:25:13 2016	(r414135)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gr-osmosdr
 PORTVERSION=	20150716
+PORTREVISION=	1
 CATEGORIES=	comms hamradio
 MASTER_SITES=	http://contribs.martymac.org/FreeBSD-ports/distfiles/ \
 		LOCAL/martymac
@@ -19,7 +20,7 @@ LIB_DEPENDS=	libgnuradio-runtime.so:comm
 		libboost_system.so:devel/boost-libs \
 		libboost_thread.so:devel/boost-libs
 
-USES=	cmake pkgconfig python tar:tgz
+USES=	cmake fortran pkgconfig python tar:tgz
 USE_LDCONFIG=	yes
 
 # See lib/CMakeLists.txt to enable more components


More information about the svn-ports-all mailing list