summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgrant <grant>2004-07-25 04:19:59 +0000
committergrant <grant>2004-07-25 04:19:59 +0000
commit187e83ec22c82e258715412396332adcf44a1a39 (patch)
tree5afa78233181c813a6e7dad690acb26fc599d5f7 /security
parentb942c19f24e22f5045ea470ef47ce20e44c60d14 (diff)
downloadpkgsrc-187e83ec22c82e258715412396332adcf44a1a39.tar.gz
use buildlink3, expose hidden dependency on openssl.
Diffstat (limited to 'security')
-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"