- Add missing GMP

PR:		113022
Submitted by:	Dr. Markus Waldeck <waldeck@gmx.de>
Approved by:	maintainer
This commit is contained in:
Martin Wilke 2007-07-10 09:54:57 +00:00
parent 6cfbecae88
commit 07a0da0628
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=195356

View File

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