diff options
author | grant <grant@pkgsrc.org> | 2004-07-25 04:19:59 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-07-25 04:19:59 +0000 |
commit | a8e47b5c8d0a8ac2d7778ff9f70722b4525b4838 (patch) | |
tree | 5afa78233181c813a6e7dad690acb26fc599d5f7 /security | |
parent | 84898028ef8ef75527b2af9450a2c145f770501b (diff) | |
download | pkgsrc-a8e47b5c8d0a8ac2d7778ff9f70722b4525b4838.tar.gz |
use buildlink3, expose hidden dependency on openssl.
Diffstat (limited to 'security')
-rw-r--r-- | security/fressh/Makefile | 5 |
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" |