Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2014 09:31:50 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r339080 - head/emulators/fceux
Message-ID:  <201401080931.s089VoSU089712@svn.freebsd.org>

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



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