diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 03:57:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 03:57:57 +0000 |
commit | d22f9c0925ec816f131349a9b2fa3999ad14108c (patch) | |
tree | 00308c13f160e3d97d0d390d056c7995e302fcbd /security/ssh/Makefile | |
parent | 3a063823998c4033cd6adc312b8a7b688032688a (diff) | |
download | ports-d22f9c0925ec816f131349a9b2fa3999ad14108c.tar.gz ports-d22f9c0925ec816f131349a9b2fa3999ad14108c.zip |
Notes
Diffstat (limited to 'security/ssh/Makefile')
-rw-r--r-- | security/ssh/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index d15ab006d30a..a29b7722c60a 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,3 +1,4 @@ +REALLY_WANT_SSH=1 # New ports collection makefile for: ssh # Date created: 30 Jul 1995 # Whom: torstenb@FreeBSD.org @@ -9,13 +10,16 @@ # PORTNAME= ssh -PORTVERSION= 1.2.32 +PORTVERSION= 1.2.33 PORTREVISION= 0 CATEGORIES= security ipv6 -MASTER_SITES= ftp://ftp.tokyonet.ad.jp/pub/security/ssh/old/ \ +MASTER_SITES= ftp://ftp.tokyonet.ad.jp/pub/security/ssh/ \ + ftp://ftp.tokyonet.ad.jp/pub/security/ssh/old/ \ + ftp://ftp.dei.uc.pt/pub/ssh/ \ + ftp://ftp.ssh.com/ \ ftp://ftp.nsysu.edu.tw/Unix/Security/ssh/old/ \ ftp://ftp.cronyx.ru/mirror/ssh/old/ - + MAINTAINER= ports@FreeBSD.org USE_AUTOCONF= YES @@ -63,6 +67,7 @@ CONFIGURE_ARGS+= --without-idea .if ${OSVERSION} > 500023 LIB_DEPENDS+= gmp.3:${PORTSDIR}/math/libgmp-freebsd +#LIB_DEPENDS+= gmp.4:${PORTSDIR}/math/libgmp3 MAKE_ENV+= GMPINCDIR="${LOCALBASE}/include" \ GMPLIBDIR="${LOCALBASE}/lib" .endif |