diff options
author | christos <christos@pkgsrc.org> | 2000-01-17 05:38:54 +0000 |
---|---|---|
committer | christos <christos@pkgsrc.org> | 2000-01-17 05:38:54 +0000 |
commit | 87f616a093b001552a0cb06f76cc4f7ec9020477 (patch) | |
tree | a6d3488c718e16f1383ad77ddf32b651d009db50 /security | |
parent | bc7de9ae5c95371ca23659efb376a2d57d635a1f (diff) | |
download | pkgsrc-87f616a093b001552a0cb06f76cc4f7ec9020477.tar.gz |
fix obvious problems.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 06b5e580f9c..6baa8b96c61 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.1 2000/01/17 05:34:32 christos Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/17 05:38:54 christos Exp $ # DISTNAME= openssh-1.2.1pre26 PKGNAME= openssh-1.2.1-26 CATEGORIES= security -MASTER_SITES= ftp://thermo.stat.ncsu.edu/pub/openssh/files +MASTER_SITES= ftp://thermo.stat.ncsu.edu/pub/openssh/files/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.openssh.org/ @@ -30,7 +30,8 @@ GNU_CONFIGURE= yes SSH_CONF_DIR?= /etc CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${SSH_CONF_DIR} -DEPENDS= openssl-0.9.4 +DEPENDS= openssl-0.9.4:../../security/openssl + CONFIGURE_ARGS+= openssl .include "../../mk/bsd.pkg.mk" |