diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-05-21 20:35:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-05-21 20:35:20 +0000 |
commit | fee9ffe23d1f9f6d02ca93e308e157c833f458da (patch) | |
tree | 09f451772255420f31c443cc86a3e02c261ac57b /dns/knot/Makefile | |
parent | 64907669d64004ae9a258bbce60c9a09fe2b5bce (diff) |
Notes
Diffstat (limited to 'dns/knot/Makefile')
-rw-r--r-- | dns/knot/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dns/knot/Makefile b/dns/knot/Makefile index 51ba042034a0..f62a08d4d491 100644 --- a/dns/knot/Makefile +++ b/dns/knot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= knot -PORTVERSION= 1.0.3 +PORTVERSION= 1.0.5 CATEGORIES= dns ipv6 MASTER_SITES= http://public.nic.cz/files/knot-dns/ \ http://www.dns-lab.com/downloads/knot-dns/ @@ -15,14 +15,18 @@ MAINTAINER= freebsd@dns-lab.com COMMENT= Knot DNS is a high performance authoritative-only DNS server LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ flex>=2.5.35_1:${PORTSDIR}/textproc/flex LIB_DEPENDS= urcu.1:${PORTSDIR}/sysutils/userspace-rcu +.if ${CC} == "clang" +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-configure +.endif + CONFIGURE_ARGS= --sysconfdir=${ETCDIR} GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes USE_AUTOTOOLS= libtool USE_OPENSSL= yes |