Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 14:19:26 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469894 - head/emulators/vice
Message-ID:  <201805141419.w4EEJQCN049489@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805141419.w4EEJQCN049489>