diff options
author | pav <pav@FreeBSD.org> | 2003-12-15 06:40:03 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-15 06:40:03 +0800 |
commit | b2da7994c5d4e7493c7792e09455220456f13c19 (patch) | |
tree | dca1e9cc5302148bd6e99889b77a31dd358c2fe1 /security/lsh | |
parent | 469ce95709ca65ff943d6e1c1789f3c34b858b24 (diff) | |
download | freebsd-ports-gnome-b2da7994c5d4e7493c7792e09455220456f13c19.tar.gz freebsd-ports-gnome-b2da7994c5d4e7493c7792e09455220456f13c19.tar.zst freebsd-ports-gnome-b2da7994c5d4e7493c7792e09455220456f13c19.zip |
- Fix dependency on slib-guile
Pointy hat to: pav
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 6414ca84c84c..2c50e2e52c16 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/guile/slibcat:${PORTSDIR}/devel/slib-guile + ${LOCALBASE}/share/guile/slibcat:${PORTSDIR}/lang/slib-guile LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop GNU_CONFIGURE= yes |