diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 20:19:55 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-14 20:19:55 +0000 |
commit | 6a3fd10c33a8b6063643accdabe4b2ab0bdbc02d (patch) | |
tree | e99b1c6143fd92aa073abd9a641b62dca45008c1 /security/lsh | |
parent | 06a67d3ffffe87aff1163d4197bdbae7019fe2d5 (diff) |
Notes
Diffstat (limited to 'security/lsh')
-rw-r--r-- | security/lsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile index 8a8d0016e3b5..6414ca84c84c 100644 --- a/security/lsh/Makefile +++ b/security/lsh/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0 BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \ - ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib + ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/devel/slib-guile LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop GNU_CONFIGURE= yes |