diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-11 12:40:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-11 12:40:42 +0000 |
commit | e1aa8ccf0a2dbc3972bfd33af2c737b029c4eb89 (patch) | |
tree | 6acaa4b638097a89c618fb7a7ec7832ef5d0a039 /cad/irsim | |
parent | - Add patches to fix build with clang and recent gcc [1] (diff) |
convert SINGLE -> RADIO options
Notes
Notes:
svn path=/head/; revision=308684
Diffstat (limited to 'cad/irsim')
-rw-r--r-- | cad/irsim/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/cad/irsim/Makefile b/cad/irsim/Makefile index 25374ccc6b4e..94e93521e29f 100644 --- a/cad/irsim/Makefile +++ b/cad/irsim/Makefile @@ -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 simulator for MOS circuis 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 |