View | Details | Raw Unified | Return to bug 228898 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	snmp
4
PORTNAME=	snmp
5
PORTVERSION=	5.7.3
5
PORTVERSION=	5.7.3
6
PORTREVISION=	19
6
PORTREVISION=	20
7
CATEGORIES=	net-mgmt ipv6
7
CATEGORIES=	net-mgmt ipv6
8
MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
8
MASTER_SITES=	SF/net-${PORTNAME}/net-${PORTNAME}/${PORTVERSION} \
9
		ZI
9
		ZI
Lines 229-234 Link Here
229
LCRYPTO=
229
LCRYPTO=
230
.endif
230
.endif
231
231
232
.if ${PORT_OPTIONS:MTLS} && !${SSL_DEFAULT:Mlibressl*}
233
IGNORE=		does not build with openssl111
234
.endif
235
232
pre-everything::
236
pre-everything::
233
	@${ECHO_MSG}
237
	@${ECHO_MSG}
234
	@${ECHO_MSG} "You may use the following build options:"
238
	@${ECHO_MSG} "You may use the following build options:"

Return to bug 228898