diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-13 02:00:34 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-13 02:00:34 +0800 |
commit | c0c8980fe7161006a2591024c5fabcfb7e820c9c (patch) | |
tree | a7158c8ae672a6b8e2c02f1c3d06ad327305b73e /emulators | |
parent | 91e09ad72517cc6b7baf76e16327288cac50417d (diff) | |
download | freebsd-ports-gnome-c0c8980fe7161006a2591024c5fabcfb7e820c9c.tar.gz freebsd-ports-gnome-c0c8980fe7161006a2591024c5fabcfb7e820c9c.tar.zst freebsd-ports-gnome-c0c8980fe7161006a2591024c5fabcfb7e820c9c.zip |
Remove non-existent USE_CONFIGURE knob.
Approved by: maintainer
Diffstat (limited to 'emulators')
-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 |