svn commit: r358760 - head/devel/insight

Adam Weinberger adamw at FreeBSD.org
Sun Jun 22 01:33:57 UTC 2014


Author: adamw
Date: Sun Jun 22 01:33:56 2014
New Revision: 358760
URL: http://svnweb.freebsd.org/changeset/ports/358760
QAT: https://qat.redports.org/buildarchive/r358760/

Log:
  Use OPTIONS_SLAVE here instead of abusing OPTIONS_SET.

Modified:
  head/devel/insight/Makefile

Modified: head/devel/insight/Makefile
==============================================================================
--- head/devel/insight/Makefile	Sun Jun 22 01:28:39 2014	(r358759)
+++ head/devel/insight/Makefile	Sun Jun 22 01:33:56 2014	(r358760)
@@ -9,7 +9,7 @@ COMMENT=	Gnu debugger with the Insight G
 LATEST_LINK=	insight
 
 MASTERDIR=	${.CURDIR:H}/gdb66
-OPTIONS_SET+=	INSIGHT
+OPTIONS_SLAVE=	INSIGHT
 CONFLICTS=	gdb-[6-9]*
 
 MAKE_JOBS_UNSAFE=	yes


More information about the svn-ports-head mailing list