Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2013 19:48:04 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329921 - head/emulators/mupen64plus-core
Message-ID:  <201310091948.r99Jm4ho087115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Wed Oct  9 19:48:04 2013
New Revision: 329921
URL: http://svnweb.freebsd.org/changeset/ports/329921

Log:
  - Fix build
  
  Reported by:	pkg-fallout

Modified:
  head/emulators/mupen64plus-core/Makefile.common

Modified: head/emulators/mupen64plus-core/Makefile.common
==============================================================================
--- head/emulators/mupen64plus-core/Makefile.common	Wed Oct  9 19:04:03 2013	(r329920)
+++ head/emulators/mupen64plus-core/Makefile.common	Wed Oct  9 19:48:04 2013	(r329921)
@@ -24,9 +24,7 @@ LIB_DEPENDS+=		png15:${PORTSDIR}/graphic
 .endif
 
 .if ${PKGNAMESUFFIX} == "-video-glide64mk"
-#USE_GCC=	yes
-
-LIBDEPENDS+=		boost_thread:${PORTSDIR}/devel/boost-libs
+LIB_DEPENDS+=		boost_thread:${PORTSDIR}/devel/boost-libs
 .endif
 
 .if ${PKGNAMESUFFIX} != "-core"



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