diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-09-23 20:30:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-09-23 20:30:03 +0000 |
commit | 0468060bc6d0d1b707177f1746233979ed9fe7c1 (patch) | |
tree | 76ae2ab48d6d7808f145179602653d41ddab3a1c /emulators/libspectrum | |
parent | 2861467a4a8a2431927081d8a1fbad93e55e4fd3 (diff) | |
download | ports-0468060bc6d0d1b707177f1746233979ed9fe7c1.tar.gz ports-0468060bc6d0d1b707177f1746233979ed9fe7c1.zip |
Notes
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r-- | emulators/libspectrum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index ed3a9999988a..b6bce96f9244 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -27,7 +27,7 @@ NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MAUDIOFILE} -LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS+= libaudiofile.so:${PORTSDIR}/audio/libaudiofile .else CONFIGURE_ARGS+=--without-libaudiofile .endif |