diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-13 23:23:25 +0000 |
commit | e6ffa1f425ea668e859fae97edfd25a239614331 (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /games/eduke32 | |
parent | 9f1b40e753cf899e58168a889a3df63c843fcb4a (diff) | |
download | ports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip |
Notes
Diffstat (limited to 'games/eduke32')
-rw-r--r-- | games/eduke32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/eduke32/Makefile b/games/eduke32/Makefile index 69e579a2df85..21efd498af6f 100644 --- a/games/eduke32/Makefile +++ b/games/eduke32/Makefile @@ -15,7 +15,7 @@ COMMENT= Duke Nukem 3D Port based on JFDuke and EDuke LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/GNU.TXT -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo USES= gmake USE_CSTD= gnu89 @@ -55,7 +55,7 @@ RUN_DEPENDS+= timidity:${PORTSDIR}/audio/timidity .endif .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbis.4:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= libvorbis.so:${PORTSDIR}/audio/libvorbis .endif post-patch: |