svn commit: r422561 - head/dns/ldns

Mathieu Arnold mat at FreeBSD.org
Wed Sep 21 14:14:19 UTC 2016


Author: mat
Date: Wed Sep 21 14:14:18 2016
New Revision: 422561
URL: https://svnweb.freebsd.org/changeset/ports/422561

Log:
  Fix build on 9.
  
  Sponsored by:	Absolight

Modified:
  head/dns/ldns/Makefile   (contents, props changed)

Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile	Wed Sep 21 13:50:33 2016	(r422560)
+++ head/dns/ldns/Makefile	Wed Sep 21 14:14:18 2016	(r422561)
@@ -87,6 +87,8 @@ INSTALL_TARGET=	install-lib install-h in
 
 .endif # BUILD_PYLDNS || BUILD_P5PERL
 
+.include <bsd.port.pre.mk>
+
 .if ${PORT_OPTIONS:MGOST}
 .  if !defined(SSL_DEFAULT) || ${SSL_DEFAULT} == "base"
 IGNORE_FreeBSD_9=	Requires openssl version >= 1.0.0
@@ -135,4 +137,4 @@ post-install:
 
 .endif # BUILD_PYLDNS || BUILD_P5PERL
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list