diff options
author | pav <pav@FreeBSD.org> | 2009-06-02 19:14:38 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-06-02 19:14:38 +0800 |
commit | e5a94c3ef7eb0e74b19fcf54ce1e213d42119d87 (patch) | |
tree | 534d919e874b1e74f6de75d76d169c6bb88fcdcd /security/lsh | |
parent | 1ff9ff2220a6c0386f2db4cfa98605da7cf7e1ed (diff) | |
download | freebsd-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/Makefile | 7 |
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}" |