summaryrefslogtreecommitdiff
path: root/security/fressh
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 04:19:59 +0000
committergrant <grant>2004-07-25 04:19:59 +0000
commitb577eb8cfdfb4219f5f9ff903a2ddab1f6f24d7c (patch)
tree5afa78233181c813a6e7dad690acb26fc599d5f7 /security/fressh
parentf9364d3130bd398cbf8d5cc88b430df75d5f0132 (diff)
downloadpkgsrc-b577eb8cfdfb4219f5f9ff903a2ddab1f6f24d7c.tar.gz
use buildlink3, expose hidden dependency on openssl.
Diffstat (limited to 'security/fressh')
-rw-r--r--security/fressh/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/fressh/Makefile b/security/fressh/Makefile
index a1fdb0936d3..294b568897c 100644
--- a/security/fressh/Makefile
+++ b/security/fressh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2003/09/21 08:35:51 jmc Exp $
+# $NetBSD: Makefile,v 1.9 2004/07/25 04:19:59 grant Exp $
DISTNAME= fressh-0.8.1
PKGREVISION= 1
@@ -10,4 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.fressh.org/
COMMENT= New, free, rewritten implementation of the SSH communication protocol
+USE_BUILDLINK3= yes
+
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"