Index: branches/2016Q1/x11/antimicro/Makefile =================================================================== --- branches/2016Q1/x11/antimicro/Makefile (revision 405118) +++ branches/2016Q1/x11/antimicro/Makefile (revision 405119) @@ -1,26 +1,26 @@ # Created by: Anton Törnqvist # $FreeBSD$ PORTNAME= antimicro PORTVERSION= 2.13 CATEGORIES= x11 MAINTAINER= antont@inbox.lv COMMENT= Program for mapping keyboard and mouse to a gamepad LICENSE= GPLv3 USE_GITHUB= yes GH_ACCOUNT= Ryochan7 # Upstream assumes ${LOCALBASE}/lib is part of the default linker path. Pull # request 268 fixes it for X11 libraries, but SDL2 is still using pkg-config # output (without full paths). -LDFLAGS+= ${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib USE_XORG= x11 xtst USE_QT5= linguisttools_build qmake_build buildtools_build widgets network USE_SDL= sdl2 USES= cmake pkgconfig desktop-file-utils shared-mime-info .include Index: branches/2016Q1 =================================================================== --- branches/2016Q1 (revision 405118) +++ branches/2016Q1 (revision 405119) Property changes on: branches/2016Q1 ___________________________________________________________________ Added: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r405098