svn commit: r459004 - head/dns/adns

Baptiste Daroussin bapt at FreeBSD.org
Sun Jan 14 21:38:51 UTC 2018


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


More information about the svn-ports-all mailing list