Fix build with lld as a linker

While here remove USES=gmake which was anway unused overriden with
USES=meson

PR:		249418
Reported by:	vvd@unislabs.com
This commit is contained in:
Baptiste Daroussin 2020-09-18 20:43:00 +00:00
parent 1ee32eea3b
commit 5188dd1720
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=548903

View File

@ -18,7 +18,8 @@ LIB_DEPENDS= libgnome-games-support-1.so:games/libgnome-games-support
PORTSCOUT= limitw:1,even
USES= gettext gmake gnome meson pkgconfig tar:xz
USES= gettext gnome meson pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30
LDFLAGS= -lm
.include <bsd.port.mk>