svn commit: r339080 - head/emulators/fceux

Raphael Kubo da Costa rakuco at FreeBSD.org
Wed Jan 8 09:31:50 UTC 2014


Author: rakuco
Date: Wed Jan  8 09:31:50 2014
New Revision: 339080
URL: http://svnweb.freebsd.org/changeset/ports/339080

Log:
  Convert to the new LIB_DEPENDS syntax

Modified:
  head/emulators/fceux/Makefile

Modified: head/emulators/fceux/Makefile
==============================================================================
--- head/emulators/fceux/Makefile	Wed Jan  8 09:26:46 2014	(r339079)
+++ head/emulators/fceux/Makefile	Wed Jan  8 09:31:50 2014	(r339080)
@@ -71,7 +71,7 @@ SCONS_ARGS+=	LUA=0
 
 .if ${PORT_OPTIONS:MLOGO}
 SCONS_ARGS+=	LOGO=1 CREATE_AVI=1
-LIB_DEPENDS+=	gd:${PORTSDIR}/graphics/gd
+LIB_DEPENDS+=	libgd.so:${PORTSDIR}/graphics/gd
 .else
 SCONS_ARG+=	LOGO=0
 .endif


More information about the svn-ports-all mailing list