aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorbrd <brd@FreeBSD.org>2015-10-20 00:35:28 +0800
committerbrd <brd@FreeBSD.org>2015-10-20 00:35:28 +0800
commit6e504fd1d82466ae00396b6489f400ad93f7be7f (patch)
treed0969553870d555ef85e9b9c4fde9000e754fc4f /misc
parent44c9710990c7266844bf8ab4f6288ca45ef5ee83 (diff)
downloadfreebsd-ports-gnome-6e504fd1d82466ae00396b6489f400ad93f7be7f.tar.gz
freebsd-ports-gnome-6e504fd1d82466ae00396b6489f400ad93f7be7f.tar.zst
freebsd-ports-gnome-6e504fd1d82466ae00396b6489f400ad93f7be7f.zip
Add missing ${PORTSDIR} to LIBDEPENDS. I forgot we were not doing that yet..
Approved by: bdrewery (mentor)
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" \