Date: Wed, 23 Oct 2019 11:39:23 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r515248 - head/audio/streamripper Message-ID: <201910231139.x9NBdNb0048938@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Oct 23 11:39:23 2019 New Revision: 515248 URL: https://svnweb.freebsd.org/changeset/ports/515248 Log: audio/streamripper: Fix VORBIS option checking for Ogg... no Modified: head/audio/streamripper/Makefile Modified: head/audio/streamripper/Makefile ============================================================================== --- head/audio/streamripper/Makefile Wed Oct 23 11:38:09 2019 (r515247) +++ head/audio/streamripper/Makefile Wed Oct 23 11:39:23 2019 (r515248) @@ -3,7 +3,7 @@ PORTNAME= streamripper PORTVERSION= 1.64.6 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28current%29/${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -38,8 +38,9 @@ LDFLAGS+= -L${LOCALBASE}/lib FAAD_CONFIGURE_OFF= ac_cv_lib_faad_NeAACDecDecode2=no FAAD_LIB_DEPENDS= libfaad.so:audio/faad -VORBIS_CONFIGURE_WITH= ogg -VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis +VORBIS_CONFIGURE_WITH= ogg=${LOCALBASE} +VORBIS_LIB_DEPENDS= libogg.so:audio/libogg \ + libvorbis.so:audio/libvorbis do-install: ${INSTALL_PROGRAM} ${WRKSRC}/streamripper ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910231139.x9NBdNb0048938>