aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorzeising <zeising@FreeBSD.org>2014-04-05 19:32:32 +0800
committerzeising <zeising@FreeBSD.org>2014-04-05 19:32:32 +0800
commitcf3764c2f3ee7e3a1f9d3b512c6c2fce35cbb1f9 (patch)
tree99a1366f8e6f38268af62ec048993ac555c8f494 /devel
parentdcc381f43c47e08c5e674cedd7b50af267d7d6d7 (diff)
downloadfreebsd-ports-gnome-cf3764c2f3ee7e3a1f9d3b512c6c2fce35cbb1f9.tar.gz
freebsd-ports-gnome-cf3764c2f3ee7e3a1f9d3b512c6c2fce35cbb1f9.tar.zst
freebsd-ports-gnome-cf3764c2f3ee7e3a1f9d3b512c6c2fce35cbb1f9.zip
Fix includes
Approved by: portmgr (antoine, implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/bsdlibdwarf/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bsdlibdwarf/Makefile b/devel/bsdlibdwarf/Makefile
index 8eb0b31df7c9..ebc44342d804 100644
--- a/devel/bsdlibdwarf/Makefile
+++ b/devel/bsdlibdwarf/Makefile
@@ -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>