diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 7f74d4fcf3ec..30512967182c 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -98,6 +98,7 @@ USE_GL+= glu gl .if ${PORT_OPTIONS:MXAW} USE_XORG+= xaw +USES+= readline .endif .if ${PORT_OPTIONS:MNLS} |