diff options
Diffstat (limited to 'emulators/vba')
-rw-r--r-- | emulators/vba/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile index 6b378a45c30d..60794fa334ae 100644 --- a/emulators/vba/Makefile +++ b/emulators/vba/Makefile @@ -54,7 +54,7 @@ GTK2_DATA_FILES= ${WRKSRC}/src/gtk/vba.glade .endif .ifndef(PROFILING) -CONFIGURE_ARGS+= --without-profiling +CONFIGURE_ARGS+= --disable-profiling .endif pre-everything:: |