summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-09-29 12:04:50 +0000
committerobache <obache@pkgsrc.org>2008-09-29 12:04:50 +0000
commitf5e1d821294dcae95298d296bf3c0da01125946b (patch)
treea0fec745599965cb917cbfc88e1bdefa0160de6e /mail
parent2002e27ec250148ab093fc11782748ef552ccd24 (diff)
downloadpkgsrc-f5e1d821294dcae95298d296bf3c0da01125946b.tar.gz
Require OpenSSL.
Diffstat (limited to 'mail')
-rw-r--r--mail/netbiff/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/netbiff/Makefile b/mail/netbiff/Makefile
index a7f9df3899d..9f311c6a8bc 100644
--- a/mail/netbiff/Makefile
+++ b/mail/netbiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2008/07/14 12:56:08 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2008/09/29 12:04:50 obache Exp $
#
DISTNAME= netbiff-0.9.18
@@ -24,5 +24,6 @@ post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKSRC}/CONFIG ${DOCDIR}
+.include "../../security/openssl/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"