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

(-)net-mgmt/collectd5.new/Makefile (-1 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	collectd
4
PORTNAME=	collectd
5
PORTVERSION=	5.5.0
5
PORTVERSION=	5.5.0
6
PORTREVISION=	4
6
PORTREVISION=	5
7
CATEGORIES=	net-mgmt
7
CATEGORIES=	net-mgmt
8
MASTER_SITES=	https://collectd.org/files/ \
8
MASTER_SITES=	https://collectd.org/files/ \
9
		http://collectd.org/files/
9
		http://collectd.org/files/
Lines 83-88 Link Here
83
83
84
CPPFLAGS+=	-I${LOCALBASE}/include
84
CPPFLAGS+=	-I${LOCALBASE}/include
85
LIBS+=		-L${LOCALBASE}/lib
85
LIBS+=		-L${LOCALBASE}/lib
86
MAKE_ENV+=	WERROR=
86
87
87
# NOTE: Plugins without dependencies are defined further down.
88
# NOTE: Plugins without dependencies are defined further down.
88
CONFIGURE_ARGS=	--localstatedir=/var \
89
CONFIGURE_ARGS=	--localstatedir=/var \

Return to bug 205248