diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
commit | bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee (patch) | |
tree | fbc3a0515acb659ae86ec22a706ac4607711c903 /security/lsh/Makefile | |
parent | 7db76e2b98b1517c19aa3a79957ac3b37bf853ae (diff) | |
download | ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.tar.gz ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.zip |
Notes
Diffstat (limited to 'security/lsh/Makefile')
-rw-r--r-- | security/lsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 35c832c18678..8660b1fdaca5 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -6,7 +6,7 @@ PORTNAME= lsh PORTVERSION= 2.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 LIB_DEPENDS= oop:${PORTSDIR}/devel/liboop \ - gmp.8:${PORTSDIR}/math/libgmp4 + gmp.10:${PORTSDIR}/math/gmp GNU_CONFIGURE= yes USE_XORG= xau |