svn commit: r350218 - head/devel/bsdlibdwarf
Niclas Zeising
zeising at FreeBSD.org
Sat Apr 5 11:32:33 UTC 2014
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 at 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>
More information about the svn-ports-head
mailing list