aboutsummaryrefslogtreecommitdiff
path: root/emulators/vba
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2007-06-22 14:25:26 +0000
committerRong-En Fan <rafan@FreeBSD.org>2007-06-22 14:25:26 +0000
commitd8cef9dd9b476395e30d971a8f7d5b65a98028f3 (patch)
tree0f7f03f8e14e025453dac0d9fe250f9af4feec54 /emulators/vba
parent636e3694daa826d462fd3a5a697cbc8dd7461b1b (diff)
downloadports-d8cef9dd9b476395e30d971a8f7d5b65a98028f3.tar.gz
ports-d8cef9dd9b476395e30d971a8f7d5b65a98028f3.zip
- Use correct argument to disable profiling
PR: ports/113249 Submitted by: Dylan Leigh <dleigh at cs.rmit.edu.au> Approved by: maintainer timeout (20 days)
Notes
Notes: svn path=/head/; revision=194083
Diffstat (limited to 'emulators/vba')
-rw-r--r--emulators/vba/Makefile2
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::