svn commit: r513615 - head/x11/xstroke

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 2 19:41:27 UTC 2019


Author: bapt
Date: Wed Oct  2 19:41:26 2019
New Revision: 513615
URL: https://svnweb.freebsd.org/changeset/ports/513615

Log:
  Avoid GNU bison by using bison:alias
  
  While here, modernize

Modified:
  head/x11/xstroke/Makefile

Modified: head/x11/xstroke/Makefile
==============================================================================
--- head/x11/xstroke/Makefile	Wed Oct  2 19:41:21 2019	(r513614)
+++ head/x11/xstroke/Makefile	Wed Oct  2 19:41:26 2019	(r513615)
@@ -13,7 +13,7 @@ COMMENT=	Fullscreen gesture recognition
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		bison imake localbase
+USES=		bison:alias imake localbase xorg
 USE_XORG=	xft x11 xext xi xtst
 
 PLIST_FILES=	bin/xstroke %%ETCDIR%%/alphabet man/man1/xstroke.1.gz


More information about the svn-ports-head mailing list