diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-01-08 17:31:50 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-01-08 17:31:50 +0800 |
commit | 3332407fab5ba490a9ce0b6b17de0ada03e9ea5c (patch) | |
tree | 6dc72f9b2ce4f9f5619958b78565fe9afc6f10fb /emulators | |
parent | 022e1b2c3568b10eb70dfd547309e69bd6abfd47 (diff) | |
download | freebsd-ports-gnome-3332407fab5ba490a9ce0b6b17de0ada03e9ea5c.tar.gz freebsd-ports-gnome-3332407fab5ba490a9ce0b6b17de0ada03e9ea5c.tar.zst freebsd-ports-gnome-3332407fab5ba490a9ce0b6b17de0ada03e9ea5c.zip |
Convert to the new LIB_DEPENDS syntax
Diffstat (limited to 'emulators')
-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 |