aboutsummaryrefslogtreecommitdiff
path: root/emulators/libspectrum
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-09-23 20:30:03 +0000
committerRene Ladan <rene@FreeBSD.org>2013-09-23 20:30:03 +0000
commit0468060bc6d0d1b707177f1746233979ed9fe7c1 (patch)
tree76ae2ab48d6d7808f145179602653d41ddab3a1c /emulators/libspectrum
parent2861467a4a8a2431927081d8a1fbad93e55e4fd3 (diff)
downloadports-0468060bc6d0d1b707177f1746233979ed9fe7c1.tar.gz
ports-0468060bc6d0d1b707177f1746233979ed9fe7c1.zip
Also use new LIB_DEPENDS syntax in non-default cases...
Notes
Notes: svn path=/head/; revision=328045
Diffstat (limited to 'emulators/libspectrum')
-rw-r--r--emulators/libspectrum/Makefile2
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