diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-12 18:00:34 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2006-06-12 18:00:34 +0000 |
commit | e325bb5fb58660b94204db3f9cfd4655521a3a9c (patch) | |
tree | c5caadf947fd5f6ffb9e723deaedaab5f86bc6ce /emulators/openmsx | |
parent | 5b33de82f592b9d5212f83ba0598d183fd233e15 (diff) |
Remove non-existent USE_CONFIGURE knob.
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=165257
Diffstat (limited to 'emulators/openmsx')
-rw-r--r-- | emulators/openmsx/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/openmsx/Makefile b/emulators/openmsx/Makefile index 7c9450caf1bb..aab9b14d2e82 100644 --- a/emulators/openmsx/Makefile +++ b/emulators/openmsx/Makefile @@ -25,7 +25,6 @@ MAKE_ARGS+= INSTALL_BINARY_DIR=${PREFIX}/bin \ MAKEFILE= GNUmakefile USE_GMAKE= yes -USE_CONFIGURE= yes USE_GCC= 3.2+ USE_TCL= 84 USE_TCL_BUILD= 84 |