Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2016 14:14:18 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422561 - head/dns/ldns
Message-ID:  <201609211414.u8LEEIbm085090@repo.freebsd.org>

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



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