Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 04:20:45 +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: r512384 - head/audio/deadbeef
Message-ID:  <201909200420.x8K4KjS1000262@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Sep 20 04:20:45 2019
New Revision: 512384
URL: https://svnweb.freebsd.org/changeset/ports/512384

Log:
  audio/deadbeef: Spell SHELLEXEC_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	Fri Sep 20 04:18:01 2019	(r512383)
+++ head/audio/deadbeef/Makefile	Fri Sep 20 04:20:45 2019	(r512384)
@@ -3,7 +3,7 @@
 
 PORTNAME=	deadbeef
 PORTVERSION=	0.7.2
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	audio
 MASTER_SITES=	SF/${PORTNAME}/
 
@@ -175,7 +175,7 @@ SC68_CONFIGURE_OFF=	--disable-sc68
 
 SHN_CONFIGURE_OFF=	--disable-shn
 
-SHELLEXEC_CONFIGURE_ARGS+=	--disable-shellexec
+SHELLEXEC_CONFIGURE_OFF=	--disable-shellexec
 
 NLS_CONFIGURE_OFF=	--disable-nls
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201909200420.x8K4KjS1000262>