1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- devel/dumb was moved to audio/dumb

- depend on libdumb.a library instead of dumbout
- remove ONLY_FOR_ARCHS, as dumb is now usable on 64bit architectures

PR:		ports/124502
Submitted by:	myself
Approved by:	miwi (mentor), ehaupt (maintainer, via private email)
This commit is contained in:
Dmitry Marakasov 2008-06-22 19:53:41 +00:00
parent 665f86ba93
commit a8e8d4a45d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=215548

View File

@ -7,7 +7,7 @@
PORTNAME= audacious-dumb
PORTVERSION= 0.57
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= audio
MASTER_SITES= http://www.netswarm.net/misc/ \
CRITICAL
@ -17,13 +17,11 @@ COMMENT= Audacious plugin that support the IT, XM, S3M or MOD formats
RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious \
dumbout:${PORTSDIR}/devel/dumb
${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb
USE_GMAKE= yes
USE_LDCONFIG= yes
MAKE_ENV+= CC="${CC}" LOCALBASE="${LOCALBASE}"
ONLY_FOR_ARCHS= i386
.include <bsd.port.mk>