svn commit: r399696 - head/misc/raspberrypi-userland

Brad Davis brd at FreeBSD.org
Mon Oct 19 16:35:29 UTC 2015


Author: brd
Date: Mon Oct 19 16:35:28 2015
New Revision: 399696
URL: https://svnweb.freebsd.org/changeset/ports/399696

Log:
  Add missing ${PORTSDIR} to LIBDEPENDS.  I forgot we were not doing that yet..
  
  Approved by:	bdrewery (mentor)

Modified:
  head/misc/raspberrypi-userland/Makefile

Modified: head/misc/raspberrypi-userland/Makefile
==============================================================================
--- head/misc/raspberrypi-userland/Makefile	Mon Oct 19 16:34:25 2015	(r399695)
+++ head/misc/raspberrypi-userland/Makefile	Mon Oct 19 16:35:28 2015	(r399696)
@@ -28,7 +28,7 @@ CMAKE_ARGS+=	-DVMCS_INSTALL_PREFIX=${PRE
 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" \


More information about the svn-ports-head mailing list