pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/qjackctl
Module Name: pkgsrc
Committed By: kamil
Date: Sun Oct 27 15:00:03 UTC 2019
Modified Files:
pkgsrc/audio/qjackctl: Makefile
Removed Files:
pkgsrc/audio/qjackctl: options.mk
Log Message:
qjackctl: Simplify the package
Remove the qt switch, as there is only qt5 supported.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/audio/qjackctl/Makefile
cvs rdiff -u -r1.3 -r0 pkgsrc/audio/qjackctl/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/qjackctl/Makefile
diff -u pkgsrc/audio/qjackctl/Makefile:1.55 pkgsrc/audio/qjackctl/Makefile:1.56
--- pkgsrc/audio/qjackctl/Makefile:1.55 Sun Oct 27 14:51:51 2019
+++ pkgsrc/audio/qjackctl/Makefile Sun Oct 27 15:00:03 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2019/10/27 14:51:51 kamil Exp $
+# $NetBSD: Makefile,v 1.56 2019/10/27 15:00:03 kamil Exp $
#
DISTNAME= qjackctl-0.4.2
@@ -22,9 +22,14 @@ USE_TOOLS+= gmake
CONFIGURE_ARGS+= --without-alsa
.endif
-.include "options.mk"
+CONFIGURE_ARGS+= --with-qt5=${QTDIR}
.include "../../audio/jack/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../x11/qt5-qttools/buildlink3.mk"
+.if ${OPSYS} != "Darwin"
+. include "../../x11/qt5-qtx11extras/buildlink3.mk"
+.endif
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index