diff options
author | obache <obache> | 2008-09-29 12:04:50 +0000 |
---|---|---|
committer | obache <obache> | 2008-09-29 12:04:50 +0000 |
commit | 32f71ce828456994192be8698cc112f4afea30f0 (patch) | |
tree | a0fec745599965cb917cbfc88e1bdefa0160de6e /mail/netbiff | |
parent | b5c4cf0ce0fc7b926dee1a6ae852c5d7066ce021 (diff) | |
download | pkgsrc-32f71ce828456994192be8698cc112f4afea30f0.tar.gz |
Require OpenSSL.
Diffstat (limited to 'mail/netbiff')
-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" |