diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-06 23:34:17 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-06 23:34:17 +0800 |
commit | 8125658176eb2b6a00216bc61058e31e8d19d160 (patch) | |
tree | 5b19e4fae39149280653cc670bc170d039477f8e /emulators | |
parent | 4ca6469bebf737a13fe9257550d791b2fdc61200 (diff) | |
download | freebsd-ports-gnome-8125658176eb2b6a00216bc61058e31e8d19d160.tar.gz freebsd-ports-gnome-8125658176eb2b6a00216bc61058e31e8d19d160.tar.zst freebsd-ports-gnome-8125658176eb2b6a00216bc61058e31e8d19d160.zip |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/bochs/Makefile | 2 | ||||
-rw-r--r-- | emulators/hatari/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index aedbb18a687e..37e6911e86f1 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -273,7 +273,7 @@ CONFIGURE_ARGS+=--disable-raw-serial .endif .if ${PORT_OPTIONS:MREADLINE} -USE_READLINE= yes +USES+= readline CONFIGURE_ARGS+=--enable-readline .else CONFIGURE_ARGS+=--disable-readline diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index ec391411bb8a..12e999315f5d 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -21,8 +21,7 @@ OPTIONS_DEFINE= DOCS USE_BZIP2= yes USE_GNOME= pygtk2 USE_SDL= sdl -USE_READLINE= yes -USES= cmake +USES= cmake readline CMAKE_ARGS= -DPORTAUDIO_INCLUDE_DIR:STRING="${PA2_INCLUDE_DIR}" \ -DPORTAUDIO_LIBRARY:STRING="${PA2_LIBRARY}" \ -DCMAKE_C_FLAGS_RELEASE:STRING="-DNDEBUG" \ |