pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/sasm Require x11/qt4-tools for the qmake tool ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a2dd0f78847f
branches:  trunk
changeset: 348534:a2dd0f78847f
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Wed Jun 15 22:03:14 2016 +0000

description:
Require x11/qt4-tools for the qmake tool needed in configure

diffstat:

 editors/sasm/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r fee2d9bd0295 -r a2dd0f78847f editors/sasm/Makefile
--- a/editors/sasm/Makefile     Wed Jun 15 21:57:04 2016 +0000
+++ b/editors/sasm/Makefile     Wed Jun 15 22:03:14 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/15 08:38:29 kamil Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/15 22:03:14 kamil Exp $
 
 DISTNAME=      SASM-3.5.0
 PKGNAME=       ${DISTNAME:tl}
@@ -21,4 +21,5 @@
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index