diff options
author | obache <obache@pkgsrc.org> | 2008-09-29 12:04:50 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-09-29 12:04:50 +0000 |
commit | 5b6df88e3e8ac71e6574555029bbada66176256d (patch) | |
tree | a0fec745599965cb917cbfc88e1bdefa0160de6e /mail | |
parent | 38c8122e9c0d4c9769313fd6d4e25ee6f2fd0746 (diff) | |
download | pkgsrc-5b6df88e3e8ac71e6574555029bbada66176256d.tar.gz |
Require OpenSSL.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/netbiff/Makefile | 3 |
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" |