Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jan 2014 22:31:05 +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: r339833 - head/audio/deadbeef
Message-ID:  <201401152231.s0FMV5EJ058917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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