Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Apr 2014 11:32:33 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r350218 - head/devel/bsdlibdwarf
Message-ID:  <201404051132.s35BWX4G051615@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Sat Apr  5 11:32:32 2014
New Revision: 350218
URL: http://svnweb.freebsd.org/changeset/ports/350218
QAT: https://qat.redports.org/buildarchive/r350218/

Log:
  Fix includes
  
  Approved by:	portmgr (antoine, implicit)

Modified:
  head/devel/bsdlibdwarf/Makefile

Modified: head/devel/bsdlibdwarf/Makefile
==============================================================================
--- head/devel/bsdlibdwarf/Makefile	Sat Apr  5 11:26:39 2014	(r350217)
+++ head/devel/bsdlibdwarf/Makefile	Sat Apr  5 11:32:32 2014	(r350218)
@@ -10,6 +10,8 @@ MASTER_SITE_SUBDIR=	pub/${PORTNAME}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	BSD licensed implementation of libdwarf
 
+.include <bsd.port.pre.mk>
+
 .if ${OSVERSION} >= 1000000
 BROKEN=		Does not compile with clang, outdated
 .endif
@@ -197,4 +199,4 @@ do-install:
 		${INSTALL_MAN} ${WRKSRC}/libdwarf/$$f ${MANPREFIX}/man/man3/ ; \
 	done
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>



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