aboutsummaryrefslogtreecommitdiff
path: root/comms/uhd
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-13 03:35:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-13 03:35:51 +0000
commitba601f25ac232b149cd091af813e9eab852a447b (patch)
tree0e89021fd44a8edda1d97d4e3b9b90599d254d40 /comms/uhd
parent65cfb4ff6eb45936d6d0f8abedf0a4b25781a555 (diff)
Notes
Diffstat (limited to 'comms/uhd')
-rw-r--r--comms/uhd/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile
index 15d5ab19752c..ca11547754b2 100644
--- a/comms/uhd/Makefile
+++ b/comms/uhd/Makefile
@@ -11,12 +11,6 @@ DIST_SUBDIR= ${PORTNAME}
MAINTAINER= mr@FreeBSD.org
COMMENT= Ettus Research UHD driver framework
-USE_GITHUB= yes
-GH_ACCOUNT= EttusResearch
-GH_TAGNAME= 32951af2f3e7b1ddb56486c9f15b2e1033605bd6
-
-CONFLICTS= usrp-[0-9]*
-
LIB_DEPENDS= libboost_python.so:devel/boost-python-libs
BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
cheetah-analyze:devel/py-cheetah \
@@ -24,6 +18,14 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boost/tuple/tuple.hpp:devel/boost-libs \
orcc:devel/orc \
${PYTHON_PKGNAMEPREFIX}mako>0:textproc/py-mako
+USE_GITHUB= yes
+GH_ACCOUNT= EttusResearch
+GH_TAGNAME= 32951af2f3e7b1ddb56486c9f15b2e1033605bd6
+
+CONFLICTS= usrp-[0-9]*
+
+BROKEN_powerpc64= fails to link: undefined reference to boost function
+
USES= compiler:c++0x cmake:outsource gmake ncurses pkgconfig \
dos2unix python:2.7
USE_LDCONFIG= yes