svn commit: r339833 - head/audio/deadbeef

Baptiste Daroussin bapt at FreeBSD.org
Wed Jan 15 22:31:05 UTC 2014


Author: bapt
Date: Wed Jan 15 22:31:05 2014
New Revision: 339833
URL: http://svnweb.freebsd.org/changeset/ports/339833
QAT: https://qat.redports.org/buildarchive/r339833/

Log:
  Remove useless over inclusion bsd.port.mk

Modified:
  head/audio/deadbeef/Makefile

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Wed Jan 15 22:29:38 2014	(r339832)
+++ head/audio/deadbeef/Makefile	Wed Jan 15 22:31:05 2014	(r339833)
@@ -366,10 +366,8 @@ post-patch:
 		-e 's,libavformat ,libavformat0 ,g' \
 		${WRKSRC}/configure
 
-.include <bsd.port.pre.mk>
-
 .if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
 BROKEN=		Does not build on powerpc-9: fails to compile
 .endif
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list