svn commit: r339832 - head/audio/csound6

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:29:38 UTC 2014


Author: bapt
Date: Wed Jan 15 22:29:38 2014
New Revision: 339832
URL: http://svnweb.freebsd.org/changeset/ports/339832
QAT: https://qat.redports.org/buildarchive/r339832/

Log:
  Remove over include of bsd.port.mk

Modified:
  head/audio/csound6/Makefile

Modified: head/audio/csound6/Makefile
==============================================================================
--- head/audio/csound6/Makefile	Wed Jan 15 22:27:56 2014	(r339831)
+++ head/audio/csound6/Makefile	Wed Jan 15 22:29:38 2014	(r339832)
@@ -87,7 +87,6 @@ PULSEAUDIO_LIB_DEPENDS=	libpulse-simple.
 PULSEAUDIO_CMAKE_OFF=	-DUSE_PULSEAUDIO:BOOL=OFF
 
 .include <bsd.port.options.mk>
-.include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000033
 BUILD_DEPENDS+=	${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
@@ -132,4 +131,4 @@ post-install:
 	@${LN} -sf ${i}.6.0 ${STAGEDIR}${PREFIX}/lib/${i}.6
 .endfor
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list