Date: Wed, 2 Oct 2019 19:41:26 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513615 - head/x11/xstroke Message-ID: <201910021941.x92JfQhE072329@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910021941.x92JfQhE072329>