pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/mate-utils



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Jun 26 16:44:00 UTC 2017

Modified Files:
        pkgsrc/misc/mate-utils: Makefile

Log Message:
Needs libSM.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/misc/mate-utils/Makefile

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

Modified files:

Index: pkgsrc/misc/mate-utils/Makefile
diff -u pkgsrc/misc/mate-utils/Makefile:1.5 pkgsrc/misc/mate-utils/Makefile:1.6
--- pkgsrc/misc/mate-utils/Makefile:1.5 Fri Jun 23 17:31:32 2017
+++ pkgsrc/misc/mate-utils/Makefile     Mon Jun 26 16:44:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2017/06/23 17:31:32 youri Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/26 16:44:00 joerg Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -27,4 +27,5 @@ CONFIGURE_ARGS+=      --with-grep=${GREP:Q}
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/libgtop/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index