1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00

- Fix build by explicitly depending on libgcrypt

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-07-17 21:49:43 +00:00
parent 6609663193
commit da56229899
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277875

View File

@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} ${PORTNAME}/old
MAINTAINER= ports@FreeBSD.org
COMMENT= Framework library for Prelude NIDS
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls
LIB_DEPENDS= gnutls.47:${PORTSDIR}/security/gnutls \
gcrypt.18:${PORTSDIR}/security/libgcrypt
OPTIONS= PERL "Include Perl bindings" off \
PYTHON "Include Python bindings" off