View | Details | Raw Unified | Return to bug 171747
Collapse All | Expand All

(-)/usr/ports/net-mgmt/collectd/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# Date created:				Sat Sep 29 05:19:31 PDT 2007
2
# Date created:				Sat Sep 29 05:19:31 PDT 2007
3
# Whom:					Matt Peterson <matt@peterson.org>
3
# Whom:					Matt Peterson <matt@peterson.org>
4
#
4
#
5
# $FreeBSD: head/net-mgmt/collectd/Makefile 304166 2012-09-12 22:07:07Z bdrewery $
5
# $FreeBSD: ports/net-mgmt/collectd/Makefile,v 1.46 2012/09/12 22:07:07 bdrewery Exp $
6
#
6
#
7
7
8
PORTNAME=	collectd
8
PORTNAME=	collectd
Lines 239-245 Link Here
239
239
240
.if ${PORT_OPTIONS:MGCRYPT}
240
.if ${PORT_OPTIONS:MGCRYPT}
241
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
241
CONFIGURE_ARGS+=--with-libgcrypt-prefix=${LOCALBASE}
242
LIB_DEPENDS+=	gcrypt8:${PORTSDIR}/security/libgcrypt
242
LIB_DEPENDS+=	gcrypt:${PORTSDIR}/security/libgcrypt
243
.endif
243
.endif
244
244
245
.if ${PORT_OPTIONS:MNUTUPS}
245
.if ${PORT_OPTIONS:MNUTUPS}

Return to bug 171747