aboutsummaryrefslogtreecommitdiff
path: root/audio/adplay
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-05 18:18:37 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-05 18:18:37 +0000
commit001000be7ff5fdfda83a612049d66fc83698c791 (patch)
tree17ffc01c6be4e04d85aa3ba5561f4977b84cbe02 /audio/adplay
parentc5e4f9744175a82f295441e7d7103185b73c32bc (diff)
downloadports-001000be7ff5fdfda83a612049d66fc83698c791.tar.gz
ports-001000be7ff5fdfda83a612049d66fc83698c791.zip
Notes
Diffstat (limited to 'audio/adplay')
-rw-r--r--audio/adplay/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile
index 8a07f0b79634..1ff497127589 100644
--- a/audio/adplay/Makefile
+++ b/audio/adplay/Makefile
@@ -3,7 +3,7 @@
PORTNAME= adplay
PORTVERSION= 1.7
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= audio
MASTER_SITES= SF/adplug/AdPlay_UNIX/${PORTVERSION}:main \
SF/adplug/Database/2006-07-06:db
@@ -15,7 +15,8 @@ COMMENT= AdLib player using adplug library
LICENSE= GPLv2
-LIB_DEPENDS= libadplug.so:${PORTSDIR}/audio/libadplug
+LIB_DEPENDS= libadplug.so:${PORTSDIR}/audio/libadplug \
+ libbinio.so:${PORTSDIR}/devel/libbinio
GNU_CONFIGURE= yes
WANT_SDL= yes