1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- 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>
This commit is contained in:
Pav Lucistnik 2009-06-02 11:14:38 +00:00
parent 2192cb2e1e
commit 0e25878bf3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=235019

View File

@ -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}"