1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

- convert to OptionsNG

PR:		168646
Submitted by:	maintainer
This commit is contained in:
Martin Wilke 2012-06-04 02:53:48 +00:00
parent 5c911a0da2
commit 11bd290c5b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298321

View File

@ -23,7 +23,7 @@ NO_PACKAGE= user must accept license terms before installation
IGNORE= user must accept license terms before installation
.endif
OPTIONS= THREADS "Install threaded version" off
OPTIONS_DEFINE= THREADS
WRKSRC= ${WRKDIR}/csv${PORTVERSION}/custom
HAS_CONFIGURE= yes
@ -49,7 +49,7 @@ CHEZ_MACHTYPE= i3fb
CHEZ_MACHTYPE= a6fb
.endif
.if defined(WITH_THREADS)
.if ${PORT_OPTIONS:MTHREADS}
CHEZ_MACHTYPE:= t${CHEZ_MACHTYPE}
.endif