diff options
Diffstat (limited to 'games/freedroidrpg/Makefile')
-rw-r--r-- | games/freedroidrpg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freedroidrpg/Makefile b/games/freedroidrpg/Makefile index e888a51c3948..fb0dfd5e73c6 100644 --- a/games/freedroidrpg/Makefile +++ b/games/freedroidrpg/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFAULT= BACKTRACE OPENGL VORBIS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MBACKTRACE} -LIB_DEPENDS+= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo CONFIGURE_ARGS+=--enable-backtrace STRIP= # .else @@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--disable-opengl .endif .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis \ +LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis \ ogg:${PORTSDIR}/audio/libogg CONFIGURE_ARGS+=--enable-vorbis .else |