summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2014-06-29 06:23:28 +0000
committerdholland <dholland>2014-06-29 06:23:28 +0000
commit3855cfefe4310a9f47cd628a5dca54454e4d01f0 (patch)
tree3fd0f2fb6064a373f8ee18b1b7d22fdf8a1a9d3a
parentc7d6b395ebd20f2716968b5c9344973afea1f9c3 (diff)
downloadpkgsrc-3855cfefe4310a9f47cd628a5dca54454e4d01f0.tar.gz
Add missing openssl buildlink, appeared in linux bulk build
-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"