Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2013 12:44:35 +0000 (UTC)
From:      Chris Rees <crees@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317311 - head/audio/mbrolavox
Message-ID:  <201305041244.r44CiZ6x067505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: crees
Date: Sat May  4 12:44:35 2013
New Revision: 317311
URL: http://svnweb.freebsd.org/changeset/ports/317311

Log:
  audio/mbrolavox: Error if no OPTION is selected
  
  Notified by:	bdrewery

Modified:
  head/audio/mbrolavox/Makefile

Modified: head/audio/mbrolavox/Makefile
==============================================================================
--- head/audio/mbrolavox/Makefile	Sat May  4 12:21:19 2013	(r317310)
+++ head/audio/mbrolavox/Makefile	Sat May  4 12:44:35 2013	(r317311)
@@ -33,6 +33,10 @@ MYFILES+=	${FILE_${ii}}
 .   endif
 .endfor
 
+.if empty(DISTFILES)
+IGNORE=	requires that at least one OPTION is selected
+.endif
+
 do-extract:
 	@${MKDIR} ${WRKSRC}
 .for ii in ${MYFILES}



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