diff options
author | marcus <marcus@FreeBSD.org> | 2008-03-01 14:24:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-03-01 14:24:16 +0800 |
commit | b24df1760845acde84584058b5b83d412f4e88af (patch) | |
tree | 0b59f38bd55797f51c7428a3663805ebd7968859 /security/lsh | |
parent | 6127ef4c19b3753b5c840084cb831d63174d1be5 (diff) | |
download | freebsd-ports-gnome-b24df1760845acde84584058b5b83d412f4e88af.tar.gz freebsd-ports-gnome-b24df1760845acde84584058b5b83d412f4e88af.tar.zst freebsd-ports-gnome-b24df1760845acde84584058b5b83d412f4e88af.zip |
Chase guile update.
PR: 121137
Submitted by: David Barksdale <amatus@gnu.org>
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 79f44ce83731..06ed18b77f84 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -6,6 +6,7 @@ PORTNAME= lsh PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= security ipv6 MASTER_SITES= ${MASTER_SITE_GNUPG} \ ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/ @@ -15,7 +16,7 @@ MAINTAINER= farrokhi@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \ - ${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/slib-guile + ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop \ gmp.7:${PORTSDIR}/math/libgmp4 |