1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add dependency on libbinio as adplay uses it derectly

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2014-06-05 18:18:37 +00:00
parent c5e4f97441
commit 001000be7f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356671

View File

@ -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