diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-06-22 19:53:41 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-06-22 19:53:41 +0000 |
commit | a8e8d4a45d7e1d65e58a443d333bfa219495f6f6 (patch) | |
tree | b022bbc4e4c9db4d04632f09560141bf80e9c2c4 | |
parent | - Now builds on amd64/6 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=215548
-rw-r--r-- | audio/audacious-dumb/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/audacious-dumb/Makefile b/audio/audacious-dumb/Makefile index af03127b5b8b..ac6420cbb40d 100644 --- a/audio/audacious-dumb/Makefile +++ b/audio/audacious-dumb/Makefile @@ -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> |