aboutsummaryrefslogtreecommitdiffstats
path: root/security/lsh
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-06-02 19:14:38 +0800
committerpav <pav@FreeBSD.org>2009-06-02 19:14:38 +0800
commite5a94c3ef7eb0e74b19fcf54ce1e213d42119d87 (patch)
tree534d919e874b1e74f6de75d76d169c6bb88fcdcd /security/lsh
parent1ff9ff2220a6c0386f2db4cfa98605da7cf7e1ed (diff)
downloadfreebsd-ports-gnome-e5a94c3ef7eb0e74b19fcf54ce1e213d42119d87.tar.gz
freebsd-ports-gnome-e5a94c3ef7eb0e74b19fcf54ce1e213d42119d87.tar.zst
freebsd-ports-gnome-e5a94c3ef7eb0e74b19fcf54ce1e213d42119d87.zip
- Drop build dependency on scheme, tarball comes with prebuilt bits
- Add dependency on libXau, otherwise xauth support is not working PR: ports/134976 Submitted by: john hood <jh@sirocco.sandstorm.net>
Diffstat (limited to 'security/lsh')
-rw-r--r--security/lsh/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index fbd8b3cf3e69..35c832c18678 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -6,7 +6,7 @@
PORTNAME= lsh
PORTVERSION= 2.0.4
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_GNUPG} \
ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/
@@ -15,12 +15,11 @@ MASTER_SITE_SUBDIR= lsh lsh/old
MAINTAINER= ports@FreeBSD.org
COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0
-BUILD_DEPENDS+= \
- ${LOCALBASE}/share/guile/1.8/slibcat:${PORTSDIR}/lang/slib-guile
-LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop \
+LIB_DEPENDS= oop:${PORTSDIR}/devel/liboop \
gmp.8:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
+USE_XORG= xau
USE_GMAKE= yes
INSTALL_TARGET= install
CONFIGURE_ENV= PREFIX="${PREFIX}" CC="${CC}" CFLAGS="${CFLAGS}"