diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2014-09-10 20:30:07 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2014-09-10 20:30:07 +0000 |
commit | f6f9566eaa2a0219efc858fab86732a0c1f565e7 (patch) | |
tree | 3d207e3a2b4bf6281900d6397f2f7d9e60096cdd /dns/dnsmasq | |
parent | aa80ab509a7907279ebdaa4c8ce581f1c764e0cc (diff) | |
download | ports-f6f9566eaa2a0219efc858fab86732a0c1f565e7.tar.gz ports-f6f9566eaa2a0219efc858fab86732a0c1f565e7.zip |
Notes
Diffstat (limited to 'dns/dnsmasq')
-rw-r--r-- | dns/dnsmasq/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 6fe581dc691a..a34819802aec 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -93,7 +93,6 @@ post-patch: ${REINPLACE_CMD} -e "s/lua5\.1/lua-${LUA_VER}/" ${WRKSRC}/Makefile pre-configure: pretty-print-config - @${PRINTF} "dns/libidn config: " ; ${MAKE} -C ${PORTSDIR}/dns/libidn pretty-print-config .if ${PORT_OPTIONS:MIDN} .if empty(PORT_OPTIONS:MNLS) @if ${OBJDUMP} -p ${LOCALBASE}/lib/libidn.so \ |