svn commit: r329921 - head/emulators/mupen64plus-core

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Oct 9 19:48:04 UTC 2013


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"


More information about the svn-ports-head mailing list