pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/sasm



Module Name:    pkgsrc
Committed By:   kamil
Date:           Wed Jun 15 22:03:14 UTC 2016

Modified Files:
        pkgsrc/editors/sasm: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/sasm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/sasm/Makefile
diff -u pkgsrc/editors/sasm/Makefile:1.1 pkgsrc/editors/sasm/Makefile:1.2
--- pkgsrc/editors/sasm/Makefile:1.1    Wed Jun 15 08:38:29 2016
+++ pkgsrc/editors/sasm/Makefile        Wed Jun 15 22:03:14 2016
@@ -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 @@ do-configure:
 
 .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