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

(-)net/ptpd2/Makefile (-3 / +5 lines)
Lines 14-21 LICENSE= BSD2CLAUSE Link Here
14
14
15
CONFLICTS=	ptpd2-devel.*
15
CONFLICTS=	ptpd2-devel.*
16
16
17
LIB_DEPENDS+=	libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
18
19
ETCDIR=	${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
17
ETCDIR=	${PREFIX}/etc/${PORTNAME}${PKGNAMESUFFIX}
20
18
21
USES=	gmake
19
USES=	gmake
Lines 26-33 PORTDOCS= * Link Here
26
24
27
USE_RC_SUBR=	ptpd2
25
USE_RC_SUBR=	ptpd2
28
26
29
OPTIONS_DEFINE=	DOCS
27
OPTIONS_DEFINE=	DOCS SNMP
28
OPTIONS_DEFAULT=DOCS SNMP
30
29
30
SNMP_CONFIGURE_ENABLE=	snmp
31
SNMP_LIB_DEPENDS=	libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
32
31
.include <bsd.port.options.mk>
33
.include <bsd.port.options.mk>
32
34
33
run-autotools:	run-autotools-autoreconf
35
run-autotools:	run-autotools-autoreconf

Return to bug 191228