diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/raspberrypi-userland/Makefile | 2 |
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" \ |