summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn>2015-03-15 18:33:29 +0000
committertnn <tnn>2015-03-15 18:33:29 +0000
commit4a962ad3af11c4dcbe480cbe03d73f43437db1fc (patch)
tree5d867672f61e674bdecc8d3a214da9fbd9986a92
parent3d917dc0ec289c2d7ccc2512f5f3721106790420 (diff)
downloadpkgsrc-4a962ad3af11c4dcbe480cbe03d73f43437db1fc.tar.gz
requires openssl
-rw-r--r--security/sslsplit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sslsplit/Makefile b/security/sslsplit/Makefile
index f7c7498dbf6..01053552e8e 100644
--- a/security/sslsplit/Makefile
+++ b/security/sslsplit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/03/01 09:59:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/15 18:33:29 tnn Exp $
DISTNAME= sslsplit-0.4.10
CATEGORIES= security
@@ -19,4 +19,5 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/sslsplit ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/sslsplit.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"