diff options
-rw-r--r-- | devel/papi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/papi/Makefile b/devel/papi/Makefile index 333fb83510b9..30626b01dcc8 100644 --- a/devel/papi/Makefile +++ b/devel/papi/Makefile @@ -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 \ |