diff options
author | antoine <antoine@FreeBSD.org> | 2016-12-12 01:40:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-12-12 01:40:02 +0800 |
commit | 5a191198740897047ef81ba67a9d129c3e15c690 (patch) | |
tree | 0a32507cf68246f068ff847f12de6bd13d3c7d0f /science | |
parent | b327c15d711bfec88f473177ac6f978f8909e15a (diff) | |
download | freebsd-ports-gnome-5a191198740897047ef81ba67a9d129c3e15c690.tar.gz freebsd-ports-gnome-5a191198740897047ef81ba67a9d129c3e15c690.tar.zst freebsd-ports-gnome-5a191198740897047ef81ba67a9d129c3e15c690.zip |
Those ports build fine with bsd make
Diffstat (limited to 'science')
-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 |