- 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)
This commit is contained in:
Rong-En Fan 2007-06-22 14:25:26 +00:00
parent 636e3694da
commit d8cef9dd9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194083

View file

@ -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::