diff options
author | nikita <nikita@pkgsrc.org> | 2020-06-14 11:17:13 +0000 |
---|---|---|
committer | nikita <nikita@pkgsrc.org> | 2020-06-14 11:17:13 +0000 |
commit | 6a1b6f47b3f34fea7e431e6f315e473d4b8411f2 (patch) | |
tree | 0039256863a65025700eda17ac552dbde0bbaaa4 | |
parent | 88b330d4f86a9b3c6905d08677917997fc141f42 (diff) | |
download | pkgsrc-6a1b6f47b3f34fea7e431e6f315e473d4b8411f2.tar.gz |
chat/dino: use pkg-config, maybe fix failing configure
-rw-r--r-- | chat/dino/Makefile | 3 |
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 |