- Fix wrong LIB_DEPENDS on gcrypt [1]

- Update to new header

PR:		ports/171747 [1]
Submitted by:	François Charlier <fcharlier@ploup.net> [1]
Approved by:	maintainer timeout (2w)
Pointyhat to:	bdrewery
This commit is contained in:
Bryan Drewery 2012-10-03 12:24:20 +00:00
parent 560b1a6b6a
commit 9e375c1a02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305199

View File

@ -1,13 +1,9 @@
# New ports collection makefile for: collectd
# Date created: Sat Sep 29 05:19:31 PDT 2007
# Whom: Matt Peterson <matt@peterson.org>
#
# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$
#
PORTNAME= collectd
PORTVERSION= 4.10.4
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= net-mgmt
MASTER_SITES= http://collectd.org/files/
@ -239,7 +235,7 @@ PLIST_SUB+= DISK="@comment "
.if ${PORT_OPTIONS:MGCRYPT}
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
LIB_DEPENDS+= gcrypt8:${PORTSDIR}/security/libgcrypt
LIB_DEPENDS+= gcrypt:${PORTSDIR}/security/libgcrypt
.endif
.if ${PORT_OPTIONS:MNUTUPS}