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

(-)./Makefile (-1 / +1 lines)
Lines 77-83 Link Here
77
.endif
77
.endif
78
78
79
.if ${PORT_OPTIONS:MSPOOF}
79
.if ${PORT_OPTIONS:MSPOOF}
80
BUILD_DEPENDS=		${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
80
BUILD_DEPENDS+=		${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
81
LIBNET_CONFIG?=		${LOCALBASE}/bin/libnet11-config
81
LIBNET_CONFIG?=		${LOCALBASE}/bin/libnet11-config
82
CONFIGURE_ARGS+=	--enable-spoof-source --with-libnet=${LOCALBASE}/bin
82
CONFIGURE_ARGS+=	--enable-spoof-source --with-libnet=${LOCALBASE}/bin
83
CFLAGS+=		`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include
83
CFLAGS+=		`${LIBNET_CONFIG} --cflags` -I${LOCALBASE}/include

Return to bug 183275