diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-03-16 17:23:01 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-03-16 17:23:01 +0000 |
commit | d3eed88b7208c8dd19ed846d5f48f4191ac9ef2e (patch) | |
tree | 36e034da399c3df3fee9a1f8b0b182394b48d504 /security | |
parent | 1bb8abd42eec11998a018ea07cae1540a46de505 (diff) | |
download | ports-d3eed88b7208c8dd19ed846d5f48f4191ac9ef2e.tar.gz ports-d3eed88b7208c8dd19ed846d5f48f4191ac9ef2e.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 2f7464071379..7bb6f86c2896 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -3,14 +3,14 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.14 1996/02/17 15:13:34 ache Exp $ +# $Id: Makefile,v 1.15 1996/02/19 21:37:13 ache Exp $ # DISTNAME= ssh-1.2.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz -BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5 MAINTAINER= torstenb@FreeBSD.ORG diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 2f7464071379..7bb6f86c2896 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -3,14 +3,14 @@ # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.14 1996/02/17 15:13:34 ache Exp $ +# $Id: Makefile,v 1.15 1996/02/19 21:37:13 ache Exp $ # DISTNAME= ssh-1.2.13 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/ LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz -BUILD_DEPENDS+= perl5.001:${PORTSDIR}/lang/perl5 +BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5 MAINTAINER= torstenb@FreeBSD.ORG |