From 1cee258236caf1de59bc7c911f7d2c9dc8610dba Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sun, 4 Jul 2021 13:26:16 -0700 Subject: audio/qsampler: Change to cmake. --- audio/qsampler/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'audio') diff --git a/audio/qsampler/Makefile b/audio/qsampler/Makefile index 17255116c30d..037a7eb9cd3c 100644 --- a/audio/qsampler/Makefile +++ b/audio/qsampler/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= libgig.so:audio/libgig \ liblscp.so:audio/liblscp RUN_DEPENDS= linuxsampler:audio/linuxsampler -USES= autoreconf desktop-file-utils gl gmake localbase:ldflags pkgconfig \ +USES= cmake compiler:c++17-lang desktop-file-utils gl localbase:ldflags pkgconfig \ shared-mime-info qmake:no_env qt:5 xorg USE_GL= gl USE_QT= core gui network widgets x11extras \ @@ -24,12 +24,6 @@ USE_QT= core gui network widgets x11extras \ USE_GITHUB= yes GH_ACCOUNT= rncbc -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-qt5 - -CXXFLAGS+= -I${LOCALBASE}/include/qt5 -fPIC # https://github.com/rncbc/qsampler/issues/18 -LDFLAGS+= -llscp - post-configure: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \ ${QMAKE_ARGS} -- cgit v1.2.3