diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-08 09:31:50 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2014-01-08 09:31:50 +0000 |
commit | d19fb4f87c41e79ace4ebf560c6b56eefb9aae1b (patch) | |
tree | 6dc72f9b2ce4f9f5619958b78565fe9afc6f10fb /emulators/fceux | |
parent | 46b290066ed0b80badfb1d6778cfb9e3188e16ce (diff) | |
download | ports-d19fb4f87c41e79ace4ebf560c6b56eefb9aae1b.tar.gz ports-d19fb4f87c41e79ace4ebf560c6b56eefb9aae1b.zip |
Notes
Diffstat (limited to 'emulators/fceux')
-rw-r--r-- | emulators/fceux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |