diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2018-05-14 14:19:26 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2018-05-14 14:19:26 +0000 |
commit | 1e6e5aafdbb3f28a5a1384f028f7bbcc5687b28d (patch) | |
tree | 665ad255df10fbaf5245a22746b2eaac3f4141da /emulators/vice | |
parent | ac357cfa77582f8f4bcb89c0532274e0ea656fee (diff) | |
download | ports-1e6e5aafdbb3f28a5a1384f028f7bbcc5687b28d.tar.gz ports-1e6e5aafdbb3f28a5a1384f028f7bbcc5687b28d.zip |
Notes
Diffstat (limited to 'emulators/vice')
-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} |