summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2014-06-29 06:23:28 +0000
committerdholland <dholland@pkgsrc.org>2014-06-29 06:23:28 +0000
commit3a60a71cf3fc58e3286b383a40943ca3c3c15743 (patch)
tree3fd0f2fb6064a373f8ee18b1b7d22fdf8a1a9d3a /chat
parent03d55cfb8e938afc17991c202decd278f1989395 (diff)
downloadpkgsrc-3a60a71cf3fc58e3286b383a40943ca3c3c15743.tar.gz
Add missing openssl buildlink, appeared in linux bulk build
Diffstat (limited to 'chat')
-rw-r--r--chat/xaric/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/chat/xaric/Makefile b/chat/xaric/Makefile
index b8b7d1dad2d..d2d113ac58c 100644
--- a/chat/xaric/Makefile
+++ b/chat/xaric/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2013/07/21 11:29:55 shattered Exp $
+# $NetBSD: Makefile,v 1.22 2014/06/29 06:23:28 dholland Exp $
#
DISTNAME= xaric-0.13.6
+PKGREVISION= 1
CATEGORIES= chat
MASTER_SITES= http://xaric.org/software/xaric/releases/
@@ -14,5 +15,6 @@ USE_TOOLS+= gmake
CONFIGURE_ARGS+= --enable-optimize
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"