diff options
author | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2009-05-13 17:46:02 +0800 |
commit | 8f8d88d9af78b5ddb076785e193049c2cda2326c (patch) | |
tree | 5ef6daf12ef326b71380f2b78790f29d0f1d8d1b /security/lsh | |
parent | fa4fbc6a9748619fd248a3f0a3360b80fa2af224 (diff) | |
download | freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.gz freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.tar.zst freebsd-ports-gnome-8f8d88d9af78b5ddb076785e193049c2cda2326c.zip |
Chase libgmp and bump PORTREVISION.
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 4b752be6633d..fbd8b3cf3e69 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -6,7 +6,7 @@ PORTNAME= lsh PORTVERSION= 2.0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ @@ -15,10 +15,10 @@ MASTER_SITE_SUBDIR= lsh lsh/old MAINTAINER= ports@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 -BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \ +BUILD_DEPENDS+= \ ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop \ - gmp.7:${PORTSDIR}/math/libgmp4 + gmp.8:${PORTSDIR}/math/libgmp4 GNU_CONFIGURE= yes USE_GMAKE= yes |