diff options
Diffstat (limited to 'audio/harp/Makefile')
-rw-r--r-- | audio/harp/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/harp/Makefile b/audio/harp/Makefile index 4eb6095..58dadd1 100644 --- a/audio/harp/Makefile +++ b/audio/harp/Makefile @@ -28,7 +28,7 @@ PORTDOCS= README .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAAC} -LIB_DEPENDS+= faad:${PORTSDIR}/audio/faad +LIB_DEPENDS+= libfaad.so:${PORTSDIR}/audio/faad PLIST_SUB+= AAC="" .else CONFIGURE_ARGS+= --without-aac @@ -36,7 +36,7 @@ PLIST_SUB+= AAC="@comment " .endif .if ${PORT_OPTIONS:MFLAC} -LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac +LIB_DEPENDS+= libFLAC.so:${PORTSDIR}/audio/flac PLIST_SUB+= FLAC="" .else CONFIGURE_ARGS+= --without-flac @@ -44,7 +44,7 @@ PLIST_SUB+= FLAC="@comment " .endif .if ${PORT_OPTIONS:MMP3} -LIB_DEPENDS+= mpg123:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS+= libmpg123.so:${PORTSDIR}/audio/mpg123 PLIST_SUB+= MP3="" .else CONFIGURE_ARGS+= --without-mp3 @@ -59,7 +59,7 @@ PLIST_SUB+= STREAM="@comment " .endif .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbisfile:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS+= libvorbisfile.so:${PORTSDIR}/audio/libvorbis PLIST_SUB+= VORBIS="" .else CONFIGURE_ARGS+= --without-vorbis @@ -68,7 +68,7 @@ PLIST_SUB+= VORBIS="@comment " .if ${PORT_OPTIONS:MJACK} CONFIGURE_ARGS+= --with-jack -LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack +LIB_DEPENDS+= libjack.so:${PORTSDIR}/audio/jack .else CONFIGURE_ARGS+= --without-jack .endif |