svn commit: r479426 - head/mail/drac

Mathieu Arnold mat at FreeBSD.org
Mon Sep 10 14:40:43 UTC 2018


Author: mat
Date: Mon Sep 10 14:40:42 2018
New Revision: 479426
URL: https://svnweb.freebsd.org/changeset/ports/479426

Log:
  Add IPV6 option to ports using it but not defining it.

Modified:
  head/mail/drac/Makefile   (contents, props changed)

Modified: head/mail/drac/Makefile
==============================================================================
--- head/mail/drac/Makefile	Mon Sep 10 14:25:06 2018	(r479425)
+++ head/mail/drac/Makefile	Mon Sep 10 14:40:42 2018	(r479426)
@@ -20,7 +20,7 @@ PLIST_FILES=	sbin/rpc.dracd include/drac.h lib/libdrac
 USE_CSTD=	gnu89
 
 MAKE_JOBS_UNSAFE=	yes
-OPTIONS_DEFINE=		DB DOCS
+OPTIONS_DEFINE=		DB DOCS IPV6
 OPTIONS_RADIO=		MUA
 OPTIONS_RADIO_MUA=	POSTFIX EXIM
 POSTFIX_DESC=		Use POSTFIX


More information about the svn-ports-all mailing list