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

(-)/usr/local/tinderbox/portstrees/FreeBSD/ports/audio/faad/Makefile (-3 / +1 lines)
Lines 16-28 Link Here
16
MAINTAINER=	ahze@FreeBSD.org
16
MAINTAINER=	ahze@FreeBSD.org
17
COMMENT=	MPEG-2 and MPEG-4 AAC audio decoder
17
COMMENT=	MPEG-2 and MPEG-4 AAC audio decoder
18
18
19
PATCH_DEPENDS=	${BUILD_DEPENDS}
20
LIB_DEPENDS=	mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \
19
LIB_DEPENDS=	mp4v2.0:${PORTSDIR}/multimedia/mpeg4ip-libmp4v2 \
21
		sndfile.1:${PORTSDIR}/audio/libsndfile
20
		sndfile.1:${PORTSDIR}/audio/libsndfile
22
21
23
WRKSRC=		${WRKDIR}/${PORTNAME}
22
WRKSRC=		${WRKDIR}/${PORTNAME}
24
23
25
NO_CDROM=	"Restrictive copyright (do not sell for profit)"
24
NO_CDROM=	Restrictive copyright (do not sell for profit)
26
25
27
USE_AUTOTOOLS=	automake:15 autoheader:259 libtool:15
26
USE_AUTOTOOLS=	automake:15 autoheader:259 libtool:15
28
AUTOMAKE_ARGS=	--add-missing
27
AUTOMAKE_ARGS=	--add-missing
Lines 30-36 Link Here
30
USE_GETOPT_LONG=yes
29
USE_GETOPT_LONG=yes
31
GNU_CONFIGURE=	yes
30
GNU_CONFIGURE=	yes
32
USE_GMAKE=	yes
31
USE_GMAKE=	yes
33
USE_REINPLACE=	yes
34
32
35
CONFIGURE_ARGS=	--with-drm
33
CONFIGURE_ARGS=	--with-drm
36
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
34
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \

Return to bug 95829