aboutsummaryrefslogtreecommitdiffstats
path: root/security/lsh
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-07-10 17:54:57 +0800
committermiwi <miwi@FreeBSD.org>2007-07-10 17:54:57 +0800
commit43a4bcbce012fe05516f373364e50f0512998567 (patch)
treecd9e0f3fcfa6284e120e135d90ba1f9a5c561093 /security/lsh
parent532efc771d653c6530e14b7aa1e7a7ee74dcbc1c (diff)
downloadfreebsd-ports-graphics-43a4bcbce012fe05516f373364e50f0512998567.tar.gz
freebsd-ports-graphics-43a4bcbce012fe05516f373364e50f0512998567.tar.zst
freebsd-ports-graphics-43a4bcbce012fe05516f373364e50f0512998567.zip
- Add missing GMP
PR: 113022 Submitted by: Dr. Markus Waldeck <waldeck@gmx.de> Approved by: maintainer
Diffstat (limited to 'security/lsh')
-rw-r--r--security/lsh/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/lsh/Makefile b/security/lsh/Makefile
index ca4c187ab80..d85a2bd7b8d 100644
--- a/security/lsh/Makefile
+++ b/security/lsh/Makefile
@@ -6,6 +6,7 @@
PORTNAME= lsh
PORTVERSION= 2.0.3
+PORTREVISION= 1
CATEGORIES= security ipv6
MASTER_SITES= ${MASTER_SITE_GNUPG} \
ftp://ftp.lysator.liu.se/pub/security/%SUBDIR%/
@@ -16,7 +17,8 @@ COMMENT= A secure (encrypted) remote shell compatible with ssh 2.0
BUILD_DEPENDS+= ${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4 \
${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/slib-guile
-LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop
+LIB_DEPENDS+= oop:${PORTSDIR}/devel/liboop \
+ gmp.7:${PORTSDIR}/math/libgmp4
GNU_CONFIGURE= yes
USE_GMAKE= yes