svn commit: r469894 - head/emulators/vice

Dirk Meyer dinoex at FreeBSD.org
Mon May 14 14:19:27 UTC 2018


Author: dinoex
Date: Mon May 14 14:19:26 2018
New Revision: 469894
URL: https://svnweb.freebsd.org/changeset/ports/469894

Log:
  - fix build for option XAW

Modified:
  head/emulators/vice/Makefile

Modified: head/emulators/vice/Makefile
==============================================================================
--- head/emulators/vice/Makefile	Mon May 14 14:17:45 2018	(r469893)
+++ head/emulators/vice/Makefile	Mon May 14 14:19:26 2018	(r469894)
@@ -98,6 +98,7 @@ USE_GL+=	glu gl
 
 .if ${PORT_OPTIONS:MXAW}
 USE_XORG+=	xaw
+USES+=		readline
 .endif
 
 .if ${PORT_OPTIONS:MNLS}


More information about the svn-ports-head mailing list