diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 14:25:26 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-06-22 14:25:26 +0000 |
commit | d8cef9dd9b476395e30d971a8f7d5b65a98028f3 (patch) | |
tree | 0f7f03f8e14e025453dac0d9fe250f9af4feec54 /emulators/vba/Makefile | |
parent | - Update to 2.10.4 (diff) |
- 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)
Diffstat (limited to 'emulators/vba/Makefile')
-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:: |