diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-02 11:14:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-06-02 11:14:38 +0000 |
commit | 0e25878bf3b2a0087d4f596b10051bbb3a5e49fe (patch) | |
tree | 715a1fc6d7c4a94b2a8f0502a4b339000ed3e2c7 /security/lsh | |
parent | 2192cb2e1e0331a70454597603b15be430cea7e7 (diff) |
Notes
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}" |