diff options
author | bapt <bapt@FreeBSD.org> | 2019-10-03 03:41:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2019-10-03 03:41:26 +0800 |
commit | 1b5629b66258c4ec72d0eb38fcae390cf733da54 (patch) | |
tree | 0af1976ebdd21fdc63265454930814be74bd0be2 /x11 | |
parent | dcc87238d67e543b1eebccd23d610797e2afaeed (diff) | |
download | freebsd-ports-gnome-1b5629b66258c4ec72d0eb38fcae390cf733da54.tar.gz freebsd-ports-gnome-1b5629b66258c4ec72d0eb38fcae390cf733da54.tar.zst freebsd-ports-gnome-1b5629b66258c4ec72d0eb38fcae390cf733da54.zip |
Avoid GNU bison by using bison:alias
While here, modernize
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xstroke/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xstroke/Makefile b/x11/xstroke/Makefile index 918ab8b0bc4f..9086b1f3abfa 100644 --- a/x11/xstroke/Makefile +++ b/x11/xstroke/Makefile @@ -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 |