svn commit: r514752 - head/audio/deadbeef
Tobias Kortkamp
tobik at FreeBSD.org
Sat Oct 19 06:20:18 UTC 2019
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
More information about the svn-ports-all
mailing list