Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Apr 2016 21:25:13 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r414135 - head/comms/gr-osmosdr
Message-ID:  <201604272125.u3RLPDRX019876@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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