Date: Sat, 19 Oct 2019 06:20:17 +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: r514752 - head/audio/deadbeef Message-ID: <201910190620.x9J6KHlZ023021@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Oct 19 06:20:17 2019 New Revision: 514752 URL: https://svnweb.freebsd.org/changeset/ports/514752 Log: audio/deadbeef: Spell PSF_CONFIGURE_OFF correctly Broken in r352528 during conversion to options helpers. Modified: head/audio/deadbeef/Makefile Modified: head/audio/deadbeef/Makefile ============================================================================== --- head/audio/deadbeef/Makefile Sat Oct 19 06:03:04 2019 (r514751) +++ head/audio/deadbeef/Makefile Sat Oct 19 06:20:17 2019 (r514752) @@ -3,7 +3,7 @@ PORTNAME= deadbeef PORTVERSION= 0.7.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ @@ -178,7 +178,7 @@ NLS_CONFIGURE_OFF= --disable-nls M3U_CONFIGURE_OFF= --disable-m3u -SPF_CONFIGURE_OFF= --disable-psf +PSF_CONFIGURE_OFF= --disable-psf DSP_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate DSP_CONFIGURE_OFF= --disable-src
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910190620.x9J6KHlZ023021>