aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2018-05-14 14:19:26 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2018-05-14 14:19:26 +0000
commit1e6e5aafdbb3f28a5a1384f028f7bbcc5687b28d (patch)
tree665ad255df10fbaf5245a22746b2eaac3f4141da /emulators
parentac357cfa77582f8f4bcb89c0532274e0ea656fee (diff)
downloadports-1e6e5aafdbb3f28a5a1384f028f7bbcc5687b28d.tar.gz
ports-1e6e5aafdbb3f28a5a1384f028f7bbcc5687b28d.zip
- fix build for option XAW
Notes
Notes: svn path=/head/; revision=469894
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vice/Makefile1
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}