From 3332407fab5ba490a9ce0b6b17de0ada03e9ea5c Mon Sep 17 00:00:00 2001 From: rakuco Date: Wed, 8 Jan 2014 09:31:50 +0000 Subject: Convert to the new LIB_DEPENDS syntax --- emulators/fceux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index 53f5b5f6f801..729409efa19a 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -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 -- cgit