pkgsrc-Changes archive

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

CVS commit: pkgsrc/chat/dino



Module Name:    pkgsrc
Committed By:   nikita
Date:           Sun Jun 14 11:17:14 UTC 2020

Modified Files:
        pkgsrc/chat/dino: Makefile

Log Message:
chat/dino: use pkg-config, maybe fix failing configure


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/dino/Makefile

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

Modified files:

Index: pkgsrc/chat/dino/Makefile
diff -u pkgsrc/chat/dino/Makefile:1.2 pkgsrc/chat/dino/Makefile:1.3
--- pkgsrc/chat/dino/Makefile:1.2       Sat Jun 13 15:08:16 2020
+++ pkgsrc/chat/dino/Makefile   Sun Jun 14 11:17:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/06/13 15:08:16 nia Exp $
+# $NetBSD: Makefile,v 1.3 2020/06/14 11:17:13 nikita Exp $
 
 DISTNAME=      dino-0.1.0
 CATEGORIES=    chat
@@ -11,6 +11,7 @@ HOMEPAGE=     https://github.com/dino/dino/
 COMMENT=       Modern XMPP (Jabber) chat client
 LICENSE=       gnu-gpl-v3
 
+USE_TOOLS+=            pkg-config
 USE_LANGUAGES+=                c
 USE_CMAKE=             yes
 USE_PKGLOCALEDIR=      yes



Home | Main Index | Thread Index | Old Index