pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/slim



Module Name:    pkgsrc
Committed By:   nia
Date:           Tue Jun 18 16:54:07 UTC 2019

Modified Files:
        pkgsrc/x11/slim: Makefile

Log Message:
slim: This needs pkg-config.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/slim/Makefile

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

Modified files:

Index: pkgsrc/x11/slim/Makefile
diff -u pkgsrc/x11/slim/Makefile:1.4 pkgsrc/x11/slim/Makefile:1.5
--- pkgsrc/x11/slim/Makefile:1.4        Thu May 23 19:23:23 2019
+++ pkgsrc/x11/slim/Makefile    Tue Jun 18 16:54:07 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/05/23 19:23:23 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/18 16:54:07 nia Exp $
 
 DISTNAME=      slim-1.3.6
 PKGREVISION=   2
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/iwamatsu/sl
 COMMENT=       Simple login manager
 LICENSE=       gnu-gpl-v2
 
+USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++
 
 USE_CMAKE=     yes



Home | Main Index | Thread Index | Old Index