1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- fix inverted logic of DEBUGINFO option

Feature safe:	yes
This commit is contained in:
Ruslan Makhmatkhanov 2012-10-22 09:07:43 +00:00
parent 74e911d477
commit 1278888517
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306261

View File

@ -41,9 +41,9 @@ CONFIGURE_ARGS+= --with-components=coretemp_freebsd
.endif
.if ${PORT_OPTIONS:MDEBUGINFO}
CONFIGURE_ARGS+= --without-debug
.else
CONFIGURE_ARGS+= --with-debug
.else
CONFIGURE_ARGS+= --without-debug
.endif
MAN1= papi_avail.1 \