View | Details | Raw Unified | Return to bug 147974
Collapse All | Expand All

(-)audio/xmms-flac/Makefile (-2 / +9 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	xmms-flac
8
PORTNAME=	xmms-flac
9
PORTVERSION=	1.2.1
9
PORTVERSION=	1.2.1
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	SF/flac/flac-src/flac-${PORTVERSION}-src
12
MASTER_SITES=	SF/flac/flac-src/flac-${PORTVERSION}-src
13
DISTNAME=	flac-${PORTVERSION}
13
DISTNAME=	flac-${PORTVERSION}
Lines 16-24 Link Here
16
COMMENT=	XMMS input plugin for playing FLAC files
16
COMMENT=	XMMS input plugin for playing FLAC files
17
17
18
LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
18
LIB_DEPENDS=	xmms.4:${PORTSDIR}/multimedia/xmms \
19
		FLAC.10:${PORTSDIR}/audio/flac
19
		FLAC.10:${PORTSDIR}/audio/flac \
20
		pthread-stubs.0:${PORTSDIR}/devel/libpthread-stubs \
21
		ogg.7:${PORTSDIR}/audio/libogg \
22
		xcb.2:${PORTSDIR}/x11/libxcb
20
23
21
USE_AUTOTOOLS=	libtool:22
24
USE_AUTOTOOLS=	libtool:22
25
USE_GETTEXT=	yes
26
USE_GNOME=	gtk12
27
USE_ICONV=	yes
28
USE_XORG=	x11 xau xdmcp xext xi
22
CONFIGURE_ARGS=	--with-libiconv-prefix="${LOCALBASE}" \
29
CONFIGURE_ARGS=	--with-libiconv-prefix="${LOCALBASE}" \
23
		--with-ogg="${LOCALBASE}" \
30
		--with-ogg="${LOCALBASE}" \
24
		--with-xmms-prefix="${LOCALBASE}"
31
		--with-xmms-prefix="${LOCALBASE}"

Return to bug 147974