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

(-)audio/libsamplerate/Makefile (-4 / +1 lines)
Lines 13-26 Link Here
13
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
14
COMMENT=	Secret Rabbit Code: a Sample Rate Converter for audio
15
15
16
BUILD_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
17
LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
16
LIB_DEPENDS=	sndfile.1:${PORTSDIR}/audio/libsndfile \
18
		fftw.2:${PORTSDIR}/math/fftw
17
		fftw.2:${PORTSDIR}/math/fftw
19
RUN_DEPENDS=	pkg-config:${PORTSDIR}/devel/pkgconfig
20
18
21
USE_GNOME=	gnomehack
19
USE_GNOME=	gnomehack gnometarget pkgconfig
22
USE_LIBTOOL=	yes
20
USE_LIBTOOL=	yes
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
21
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
25
		LDFLAGS="-L${LOCALBASE}/lib"
22
		LDFLAGS="-L${LOCALBASE}/lib"
26
CONFIGURE_ARGS=	--disable-gcc-pipe
23
CONFIGURE_ARGS=	--disable-gcc-pipe

Return to bug 55050