diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-11 17:40:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-11 17:40:02 +0000 |
commit | bfa49f235881297fcecbab21837fb5893014d22c (patch) | |
tree | 0a32507cf68246f068ff847f12de6bd13d3c7d0f /science/pulseview | |
parent | 5c169c4df340a6accbcd31df8b842948af85b5a5 (diff) | |
download | ports-bfa49f235881297fcecbab21837fb5893014d22c.tar.gz ports-bfa49f235881297fcecbab21837fb5893014d22c.zip |
Notes
Diffstat (limited to 'science/pulseview')
-rw-r--r-- | science/pulseview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/pulseview/Makefile b/science/pulseview/Makefile index c19e4ac793f6..b37f67082ef6 100644 --- a/science/pulseview/Makefile +++ b/science/pulseview/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libsigrok.so:devel/libsigrok \ libsigrokdecode.so:devel/libsigrokdecode -USES= cmake gmake pkgconfig +USES= cmake pkgconfig USE_QT4= corelib gui moc_build qmake_build rcc_build uic_build CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man \ -DDISABLE_WERROR:BOOL=TRUE |