Remove audio/faad from LIB_DEPENDS, streamripper not use this library.

ok dcoppa@
This commit is contained in:
shadchin 2012-02-25 16:44:27 +00:00
parent 3e777f8fb3
commit 3cdccc49c2

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.22 2011/12/01 18:57:48 shadchin Exp $
# $OpenBSD: Makefile,v 1.23 2012/02/25 16:44:27 shadchin Exp $
COMMENT= rip shoutcast streams to local mp3s
DISTNAME= streamripper-1.64.6
REVISION= 0
CATEGORIES= audio
HOMEPAGE= http://streamripper.sourceforge.net/
@ -17,16 +18,16 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c faad glib-2.0 iberty m mad>=2 ogg>=5.2 pthread vorbis>=3.0
WANTLIB += c glib-2.0 iberty m mad>=2 ogg>=5.2 pthread vorbis>=3.0
LIB_DEPENDS= audio/faad \
audio/libmad \
LIB_DEPENDS= audio/libmad \
audio/libogg \
audio/libvorbis \
devel/glib2
AUTOCONF_VERSION=2.63
CONFIGURE_STYLE= autoconf
CONFIGURE_ARGS += ac_cv_lib_faad_NeAACDecDecode2=no
CONFIGURE_ENV= CPPLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_GROFF = Yes