diff --git a/sysutils/usbhotkey/Makefile b/sysutils/usbhotkey/Makefile index e36fffabc8ff..a25bacbfbfa3 100644 --- a/sysutils/usbhotkey/Makefile +++ b/sysutils/usbhotkey/Makefile @@ -12,20 +12,15 @@ COMMENT= Utility to remap USB keyboards under X11 LICENSE= GPLv2 -BROKEN_FreeBSD_11_powerpc64= fails to compile on powerpc64 elfv1: ruby.h: wrong number of arguments specified for 'deprecated' attribute -BROKEN_FreeBSD_12_powerpc64= fails to compile on powerpc64 elfv1: ruby.h: wrong number of arguments specified for 'deprecated' attribute - LIB_DEPENDS= libhid.so:devel/libhid \ libXtst.so:x11/libXtst -USES= gmake +USES= compiler:c11 gmake localbase:ldflags USE_RUBY= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include \ - -I${LOCALBASE}/include/ruby-${RUBY_VER} \ +CPPFLAGS+= -I${LOCALBASE}/include/ruby-${RUBY_VER} \ -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH} -LDFLAGS+= -L${LOCALBASE}/lib LIBS+= -lX11 CONFIGURE_ARGS= --without-Imlib