aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2018-05-14 22:19:26 +0800
committerdinoex <dinoex@FreeBSD.org>2018-05-14 22:19:26 +0800
commit25129818afdfe6d4afd4120819ad09f6fa05c620 (patch)
tree665ad255df10fbaf5245a22746b2eaac3f4141da /emulators
parent5cf5a057ffc6cc6ad9670290e0fc9a122c7e8552 (diff)
downloadfreebsd-ports-gnome-25129818afdfe6d4afd4120819ad09f6fa05c620.tar.gz
freebsd-ports-gnome-25129818afdfe6d4afd4120819ad09f6fa05c620.tar.zst
freebsd-ports-gnome-25129818afdfe6d4afd4120819ad09f6fa05c620.zip
- fix build for option XAW
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}