Date: Sun, 22 Jun 2014 01:33:56 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358760 - head/devel/insight Message-ID: <201406220133.s5M1XuF7022068@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406220133.s5M1XuF7022068>