diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-01-02 21:29:37 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-01-02 21:29:37 +0000 |
commit | b2328c1e7ab1f3665385a7b0dcc6e43d6be7a736 (patch) | |
tree | 0591a2149c06e06fe37980fb1fe4a224d249db2a /devel/libsigrok | |
parent | a4ed4ba2eab506e25b1aa252ed361e1c086d2ef1 (diff) | |
download | ports-b2328c1e7ab1f3665385a7b0dcc6e43d6be7a736.tar.gz ports-b2328c1e7ab1f3665385a7b0dcc6e43d6be7a736.zip |
Notes
Diffstat (limited to 'devel/libsigrok')
-rw-r--r-- | devel/libsigrok/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile index e3652dfcca0c..562a8fc4d985 100644 --- a/devel/libsigrok/Makefile +++ b/devel/libsigrok/Makefile @@ -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 |