diff options
author | martymac <martymac@FreeBSD.org> | 2016-04-28 05:25:13 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2016-04-28 05:25:13 +0800 |
commit | e9c96589c2b6fccbd77f9d335cd0a0fb165fdc17 (patch) | |
tree | 683ec1ab876172050e9fcb4765ee6c70a1293932 /comms/gr-osmosdr | |
parent | 75fe055e83fa307c883c6851fb05630b50391698 (diff) | |
download | freebsd-ports-gnome-e9c96589c2b6fccbd77f9d335cd0a0fb165fdc17.tar.gz freebsd-ports-gnome-e9c96589c2b6fccbd77f9d335cd0a0fb165fdc17.tar.zst freebsd-ports-gnome-e9c96589c2b6fccbd77f9d335cd0a0fb165fdc17.zip |
Fix runtime error due to missing rpath
PR: 209073
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
Diffstat (limited to 'comms/gr-osmosdr')
-rw-r--r-- | comms/gr-osmosdr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index 3bcb01946299..032299fecdcf 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -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:comms/gnuradio \ 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 |