Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 16:35:28 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399696 - head/misc/raspberrypi-userland
Message-ID:  <201510191635.t9JGZShE056002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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" \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510191635.t9JGZShE056002>