Date: Sun, 14 Jan 2018 21:38:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459004 - head/dns/adns Message-ID: <201801142138.w0ELcoHA062801@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jan 14 21:38:50 2018 New Revision: 459004 URL: https://svnweb.freebsd.org/changeset/ports/459004 Log: Remove wrong build dependency on m4 The only thing that depends on m4 is for building the testsuite, not the regular program Modified: head/dns/adns/Makefile Modified: head/dns/adns/Makefile ============================================================================== --- head/dns/adns/Makefile Sun Jan 14 21:37:08 2018 (r459003) +++ head/dns/adns/Makefile Sun Jan 14 21:38:50 2018 (r459004) @@ -19,10 +19,8 @@ PORTSCOUT= skipv:1.5.0~rc0,1.5.0~rc1 LIBVERSION= 1 PLIST_SUB+= LIBVERSION="${LIBVERSION}" -BUILD_DEPENDS+= gm4:devel/m4 CFLAGS+= -Ds6_addr16=__u6_addr.__u6_addr16 CFLAGS+= -Ds6_addr32=__u6_addr.__u6_addr32 -MAKE_FLAGS+= M4=gm4 DOCS= COPYING GPL-vs-LGPL INSTALL README \ README.html TODO changelog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801142138.w0ELcoHA062801>