diff options
author | edwin <edwin@FreeBSD.org> | 2006-04-02 14:55:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-04-02 14:55:41 +0800 |
commit | 90b8891acfe1d506046d02514b87b268cda5c263 (patch) | |
tree | 6520ddd6d347e454b33db7a7bd86f56bc6e8e320 /audio/xmms2/Makefile | |
parent | 405a3d1d966b13e5fb8d69282dc8c705a41d3707 (diff) | |
download | freebsd-ports-gnome-90b8891acfe1d506046d02514b87b268cda5c263.tar.gz freebsd-ports-gnome-90b8891acfe1d506046d02514b87b268cda5c263.tar.zst freebsd-ports-gnome-90b8891acfe1d506046d02514b87b268cda5c263.zip |
[PATCH] audio/xmms2: Lots of cleanup
Lots of general cleanup, especially to unbreak things for the slaveports
- unbreak sdl-vis
- make it so slaves don't need to have the dependencies required for xmm
s2d
Added file(s):
- files/patch-src_clients_sdl-vis_sdl-vis.c
- files/patch-src_xmms_Program
PR: ports/95216
Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
Diffstat (limited to 'audio/xmms2/Makefile')
-rw-r--r-- | audio/xmms2/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile index bfd7663fac6e..3cd03ccc8906 100644 --- a/audio/xmms2/Makefile +++ b/audio/xmms2/Makefile @@ -7,15 +7,18 @@ PORTNAME= xmms2 PORTVERSION= 0.2.d.4 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-0.2DrDolittle MAINTAINER= alex@foxybanana.com +.if !defined(XMMS2_SLAVE) COMMENT= Rewrite of xmms as a client/server system (developer release) +.endif -BUILD_DEPENDS= scons:${PORTSDIR}/devel/scons +BUILD_DEPENDS+= scons:${PORTSDIR}/devel/scons .if !defined(XMMS2_SLAVE) LIB_DEPENDS= mad.2:${PORTSDIR}/audio/libmad \ vorbis.3:${PORTSDIR}/audio/libvorbis |