aboutsummaryrefslogtreecommitdiff
path: root/devel/ros
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2010-10-22 14:55:53 +0000
committerRene Ladan <rene@FreeBSD.org>2010-10-22 14:55:53 +0000
commitc6a192dd0c133434f3506805c2f793f373f38c0a (patch)
tree650a0c0e17681da1666ba07b340139a81947c9bb /devel/ros
parente6924a629b201a1a4ce6134645fc20ee68c010f1 (diff)
downloadports-c6a192dd0c133434f3506805c2f793f373f38c0a.tar.gz
ports-c6a192dd0c133434f3506805c2f793f373f38c0a.zip
Notes
Diffstat (limited to 'devel/ros')
-rw-r--r--devel/ros/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/ros/Makefile b/devel/ros/Makefile
index b6c208d35393..0e9ac4ebdff3 100644
--- a/devel/ros/Makefile
+++ b/devel/ros/Makefile
@@ -16,6 +16,8 @@ LICENSE= BSD
WRKSRC= ${WRKDIR}/${PORTNAME}
+MANUAL_PACKAGE_BUILDING= downloads file after fetch
+
LIB_DEPENDS= log4cxx.10:${PORTSDIR}/devel/log4cxx \
boost_python:${PORTSDIR}/devel/boost-python-libs
# we need cmake and gmake for the build, but the build is triggered by make
@@ -48,6 +50,7 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
+MANUAL_PACKAGE_BUILDING= downloads file after fetch
.if ${OSVERSION} < 700000
BROKEN=Does not link, librt missing
.endif