Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 14:44:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320942 - head/audio/denemo
Message-ID:  <201306141444.r5EEiucw054404@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 14 14:44:56 2013
New Revision: 320942
URL: http://svnweb.freebsd.org/changeset/ports/320942

Log:
  Use new helpers

Modified:
  head/audio/denemo/Makefile

Modified: head/audio/denemo/Makefile
==============================================================================
--- head/audio/denemo/Makefile	Fri Jun 14 14:44:51 2013	(r320941)
+++ head/audio/denemo/Makefile	Fri Jun 14 14:44:56 2013	(r320942)
@@ -40,11 +40,9 @@ CPPFLAGS+=	-I${LOCALBASE}/include/portau
 LDFLAGS+=	${LOCALBASE}/lib/portaudio2/libportaudio.so \
 		-L${LOCALBASE}/lib
 
-.include <bsd.port.options.mk>
+LILYPOND_RUN_DEPENDS=	lilypond:${PORTSDIR}/print/lilypond
 
-.if ${PORT_OPTIONS:MLILYPOND}
-RUN_DEPENDS+=	lilypond:${PORTSDIR}/print/lilypond
-.endif
+.include <bsd.port.options.mk>
 
 post-patch:
 	@${REINPLACE_CMD} -e \



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