diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-06-23 03:53:41 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-06-23 03:53:41 +0800 |
commit | 249d2bf1b08650a25eb07d8f657c3371de8939ba (patch) | |
tree | a3336af394720dd4f32bb8f7e114eb1fea4b55d8 /audio | |
parent | 2b85eceeee0414f78c26635a025ef9efe70ed256 (diff) | |
download | freebsd-ports-gnome-249d2bf1b08650a25eb07d8f657c3371de8939ba.tar.gz freebsd-ports-gnome-249d2bf1b08650a25eb07d8f657c3371de8939ba.tar.zst freebsd-ports-gnome-249d2bf1b08650a25eb07d8f657c3371de8939ba.zip |
- 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)
Diffstat (limited to 'audio')
-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> |