summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2015-10-19 16:35:28 +0000
committerBrad Davis <brd@FreeBSD.org>2015-10-19 16:35:28 +0000
commit734036e38125251c3c3894c49d9bbc9c8673cadc (patch)
treed0969553870d555ef85e9b9c4fde9000e754fc4f /misc
parent- Fix staging WITHOUT=DOCS (diff)
Add missing ${PORTSDIR} to LIBDEPENDS. I forgot we were not doing that yet..
Approved by: bdrewery (mentor)
Notes
Notes: svn path=/head/; revision=399696
Diffstat (limited to 'misc')
-rw-r--r--misc/raspberrypi-userland/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/raspberrypi-userland/Makefile b/misc/raspberrypi-userland/Makefile
index 48bf3ef017ab..8326b930737c 100644
--- a/misc/raspberrypi-userland/Makefile
+++ b/misc/raspberrypi-userland/Makefile
@@ -28,7 +28,7 @@ CMAKE_ARGS+= -DVMCS_INSTALL_PREFIX=${PREFIX} \
OPTIONS_DEFINE= EXAMPLES
OPTIONS_DEFAULT= EXAMPLES
EXAMPLES_DESC= Install test applications source code (hello_pi)
-EXAMPLES_LIB_DEPENDS= libfreetype.so:print/freetype2
+EXAMPLES_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2
post-patch:
@${REINPLACE_CMD} -e "s|/opt/vc|${PREFIX}|g" \