summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikita <nikita@pkgsrc.org>2020-06-14 11:17:13 +0000
committernikita <nikita@pkgsrc.org>2020-06-14 11:17:13 +0000
commit6a1b6f47b3f34fea7e431e6f315e473d4b8411f2 (patch)
tree0039256863a65025700eda17ac552dbde0bbaaa4
parent88b330d4f86a9b3c6905d08677917997fc141f42 (diff)
downloadpkgsrc-6a1b6f47b3f34fea7e431e6f315e473d4b8411f2.tar.gz
chat/dino: use pkg-config, maybe fix failing configure
-rw-r--r--chat/dino/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/dino/Makefile b/chat/dino/Makefile
index c1eb641621f..e115c198308 100644
--- a/chat/dino/Makefile
+++ b/chat/dino/Makefile
@@ -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