svn commit: r512384 - head/audio/deadbeef

Tobias Kortkamp tobik at FreeBSD.org
Fri Sep 20 04:20:45 UTC 2019


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
 


More information about the svn-ports-all mailing list