svn commit: r363892 - branches/2014Q3/sysutils/usbhotkey

Pawel Pekala pawel at FreeBSD.org
Sun Aug 3 12:43:09 UTC 2014


Author: pawel
Date: Sun Aug  3 12:43:09 2014
New Revision: 363892
URL: http://svnweb.freebsd.org/changeset/ports/363892
QAT: https://qat.redports.org/buildarchive/r363892/

Log:
  MFH: r363882
  
  - Fix build with clang (needs to link with libX11)
  - Port is stage safe and uses GNU Configure
  
  Approved by:	portmgr (antoine)

Modified:
  branches/2014Q3/sysutils/usbhotkey/Makefile
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/sysutils/usbhotkey/Makefile
==============================================================================
--- branches/2014Q3/sysutils/usbhotkey/Makefile	Sun Aug  3 12:35:27 2014	(r363891)
+++ branches/2014Q3/sysutils/usbhotkey/Makefile	Sun Aug  3 12:43:09 2014	(r363892)
@@ -16,12 +16,13 @@ LIB_DEPENDS=	libhid.so:${PORTSDIR}/devel
 
 USES=		gmake
 USE_RUBY=	yes
-HAS_CONFIGURE=	yes
+GNU_CONFIGURE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include \
 		-I${LOCALBASE}/include/ruby-${RUBY_VER} \
 		-I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH}
 LDFLAGS+=	-L${LOCALBASE}/lib
+LIBS+=		-lX11
 
 OPTIONS_DEFINE=	GUI
 OPTIONS_DEFAULT=	GUI
@@ -30,5 +31,4 @@ GUI_DESC=	Enable GUI bits (via Imlib)
 GUI_LIB_DEPENDS=	libImlib.so:${PORTSDIR}/graphics/imlib
 GUI_CONFIGURE_OFF=	--without-Imlib
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list