Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2012 12:40:43 +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: r308684 - head/cad/irsim
Message-ID:  <201212111240.qBBCehDc092836@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 11 12:40:42 2012
New Revision: 308684
URL: http://svnweb.freebsd.org/changeset/ports/308684

Log:
  convert SINGLE -> RADIO options

Modified:
  head/cad/irsim/Makefile

Modified: head/cad/irsim/Makefile
==============================================================================
--- head/cad/irsim/Makefile	Tue Dec 11 12:33:58 2012	(r308683)
+++ head/cad/irsim/Makefile	Tue Dec 11 12:40:42 2012	(r308684)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    irsim
-# Date created:         18 Dec 1994
-# Whom:                 swallace
-#
+# Created by: swallace
 # $FreeBSD$
-#
 
 PORTNAME=	irsim
 PORTVERSION=	9.7.74
@@ -16,11 +12,9 @@ COMMENT=	An event-driven logic-level sim
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	INTERPRETER
-OPTIONS_SINGLE=	INTERPRETER
-OPTIONS_SINGLE_INTERPRETER=	SCHEME TCL
-OPTIONS_DEFAULT=	INTERPRETER SCHEME
-INTERPRETER_DESC=	Enable built-in interpreter support
+OPTIONS_RADIO=	INTERPRETER
+OPTIONS_RADIO_INTERPRETER=	SCHEME TCL
+OPTIONS_DEFAULT=	SCHEME
 SCHEME_DESC=	Scheme interpreter
 TCL_DESC=	Tcl interpreter
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212111240.qBBCehDc092836>