diff options
author | pav <pav@FreeBSD.org> | 2003-12-15 04:19:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-15 04:19:55 +0800 |
commit | b903a16725c5b511201137af471a2ce8b4f6d429 (patch) | |
tree | e4703997927c004bd1c57c2072df306d851e53f3 /security | |
parent | 7ef2896e23dff327504410373daf91555d61d3eb (diff) | |
download | freebsd-ports-gnome-b903a16725c5b511201137af471a2ce8b4f6d429.tar.gz freebsd-ports-gnome-b903a16725c5b511201137af471a2ce8b4f6d429.tar.zst freebsd-ports-gnome-b903a16725c5b511201137af471a2ce8b4f6d429.zip |
- Chase new slib-guile infrastructure
Diffstat (limited to 'security')
-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 |