svn commit: r338505 - head/devel/libsigrok

Jason Helfman jgh at FreeBSD.org
Thu Jan 2 21:29:38 UTC 2014


Author: jgh
Date: Thu Jan  2 21:29:37 2014
New Revision: 338505
URL: http://svnweb.freebsd.org/changeset/ports/338505

Log:
  - link library to libusb
  - bump portrevision as this is required for the library
  
  Submitted by:	jgh@
  Approved by:	maintainer, uffe at uffe.org

Modified:
  head/devel/libsigrok/Makefile

Modified: head/devel/libsigrok/Makefile
==============================================================================
--- head/devel/libsigrok/Makefile	Thu Jan  2 21:24:19 2014	(r338504)
+++ head/devel/libsigrok/Makefile	Thu Jan  2 21:29:37 2014	(r338505)
@@ -3,6 +3,7 @@
 
 PORTNAME=	libsigrok
 PORTVERSION=	0.2.0
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://sigrok.org/download/source/libsigrok/
 
@@ -17,6 +18,7 @@ GNU_CONFIGURE=	yes
 USES=	gmake pkgconfig pathfix
 USE_GNOME=	gtk20
 MAKE_JOBS_UNSAFE=	yes
+LDFLAGS+=	-L/usr/lib -lusb
 USE_LDCONFIG=	yes
 
 # Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION


More information about the svn-ports-all mailing list