svn commit: r320942 - head/audio/denemo

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 14 14:44:56 UTC 2013


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 \


More information about the svn-ports-all mailing list