diff options
author | brd <brd@FreeBSD.org> | 2015-10-20 00:35:28 +0800 |
---|---|---|
committer | brd <brd@FreeBSD.org> | 2015-10-20 00:35:28 +0800 |
commit | 6e504fd1d82466ae00396b6489f400ad93f7be7f (patch) | |
tree | d0969553870d555ef85e9b9c4fde9000e754fc4f /misc | |
parent | 44c9710990c7266844bf8ab4f6288ca45ef5ee83 (diff) | |
download | freebsd-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/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" \ |