diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:24:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:24:16 +0000 |
commit | e068a5c001f9188e89738a107e266de8fe269295 (patch) | |
tree | ce7fdba4c66c34d98e34502b7f7b36c8a6f26302 /security/lsh | |
parent | 1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (diff) |
Notes
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 |